From 6631e1e1a2c2587bfddf9059c5768f7a36dd33fe Mon Sep 17 00:00:00 2001 From: keven1024 Date: Sun, 5 Apr 2026 12:05:33 +0800 Subject: [PATCH] refactor(front): update FileUpload and Navbar components for improved code clarity and consistency --- front/components/Drawer/I18nSwitchDrawer.vue | 56 ++++--- front/components/FileUpload.vue | 2 +- front/components/Navbar.vue | 149 +++++++++---------- 3 files changed, 97 insertions(+), 110 deletions(-) diff --git a/front/components/Drawer/I18nSwitchDrawer.vue b/front/components/Drawer/I18nSwitchDrawer.vue index bdb93b6..c1cd77b 100644 --- a/front/components/Drawer/I18nSwitchDrawer.vue +++ b/front/components/Drawer/I18nSwitchDrawer.vue @@ -1,41 +1,37 @@ diff --git a/front/components/FileUpload.vue b/front/components/FileUpload.vue index 999e5c1..6c7b2c0 100644 --- a/front/components/FileUpload.vue +++ b/front/components/FileUpload.vue @@ -59,7 +59,7 @@ onChange((files) => { diff --git a/front/components/Navbar.vue b/front/components/Navbar.vue index 82c4741..50ec331 100644 --- a/front/components/Navbar.vue +++ b/front/components/Navbar.vue @@ -1,90 +1,81 @@