From b1fbcb254aa93c88e5b503143313875f6989ec11 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:54:43 +0800 Subject: [PATCH] update --- .../src/components/AddConnectionForm.vue | 2 +- .../components/AddEditQuickCommandForm.vue | 28 ++-- .../src/components/CommandInputBar.vue | 29 ++-- .../frontend/src/components/FileManager.vue | 4 +- .../frontend/src/components/StatusMonitor.vue | 2 +- .../components/WorkspaceConnectionList.vue | 155 ++++++++++-------- packages/frontend/src/style.css | 17 +- .../frontend/src/views/CommandHistoryView.vue | 54 +++--- .../frontend/src/views/QuickCommandsView.vue | 67 +++++--- 9 files changed, 204 insertions(+), 154 deletions(-) diff --git a/packages/frontend/src/components/AddConnectionForm.vue b/packages/frontend/src/components/AddConnectionForm.vue index 2d05967..ea70980 100644 --- a/packages/frontend/src/components/AddConnectionForm.vue +++ b/packages/frontend/src/components/AddConnectionForm.vue @@ -387,7 +387,7 @@ const testButtonText = computed(() => { -
+
- + +
diff --git a/packages/frontend/src/components/CommandInputBar.vue b/packages/frontend/src/components/CommandInputBar.vue index f44a80a..44c2af8 100644 --- a/packages/frontend/src/components/CommandInputBar.vue +++ b/packages/frontend/src/components/CommandInputBar.vue @@ -221,26 +221,25 @@ onBeforeUnmount(() => {