From cda28b69c5b6499d8cd22291523c0cc67f13593e Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 27 Jul 2026 20:51:43 -0400 Subject: [PATCH] feat(ui): restyle FileData with Popover and AppButton Co-Authored-By: Claude Opus 4.8 --- n-link-core/components/FileData.vue | 111 ++++++++++------------------ 1 file changed, 41 insertions(+), 70 deletions(-) diff --git a/n-link-core/components/FileData.vue b/n-link-core/components/FileData.vue index 0a545f0..5b7abcb 100644 --- a/n-link-core/components/FileData.vue +++ b/n-link-core/components/FileData.vue @@ -3,77 +3,74 @@
-

{{ formatPath(files[0]) }}

-

{{ formatSize(files[0].size) }}

+

{{ formatPath(files[0]) }}

+

{{ formatSize(files[0].size) }}

- - + + +
- +
- -
+
- +
- -
+ + +
Delete {{ files.length }} file{{ files.length === 1 ? '' : 's' }}?
- - +
- - +
- -