From 9359f11e6cbccf943145f60f3e9e328c5048fbf7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 21 Jul 2026 21:09:32 -0400 Subject: [PATCH] feat(core): port FileData to Vue 3 + element-plus --- n-link-core/components/FileData.vue | 149 +++++++++++++++------------- 1 file changed, 80 insertions(+), 69 deletions(-) diff --git a/n-link-core/components/FileData.vue b/n-link-core/components/FileData.vue index 458dcc3..0a545f0 100644 --- a/n-link-core/components/FileData.vue +++ b/n-link-core/components/FileData.vue @@ -11,7 +11,7 @@ + popper-class="focus:outline-none" @show="newName = formatPath(files[0])" v-model:visible="renamePopup">
- +
@@ -32,7 +34,7 @@
- +
Delete {{ files.length }} file{{ files.length === 1 ? '' : 's' }}?
@@ -44,17 +46,21 @@
- +
- - + +
- @@ -73,66 +79,71 @@
-