From 744dc614ce88021063ea21b579269d950713d856 Mon Sep 17 00:00:00 2001 From: keven1024 Date: Sat, 31 May 2025 17:17:47 +0800 Subject: [PATCH] refactor(front): clean up unused action handlers in FileShareDrawer and TextShareDrawer components --- front/components/Drawer/FileShareDrawer.vue | 171 ++++++++++++-------- front/components/Drawer/TextShareDrawer.vue | 102 +++++++----- 2 files changed, 170 insertions(+), 103 deletions(-) diff --git a/front/components/Drawer/FileShareDrawer.vue b/front/components/Drawer/FileShareDrawer.vue index 19705b1..e5cbb0f 100644 --- a/front/components/Drawer/FileShareDrawer.vue +++ b/front/components/Drawer/FileShareDrawer.vue @@ -1,77 +1,120 @@ diff --git a/front/components/Drawer/TextShareDrawer.vue b/front/components/Drawer/TextShareDrawer.vue index d36656c..6ca2683 100644 --- a/front/components/Drawer/TextShareDrawer.vue +++ b/front/components/Drawer/TextShareDrawer.vue @@ -1,49 +1,73 @@