From 95a0a52185588b32e238472aba77ce66537df392 Mon Sep 17 00:00:00 2001
From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com>
Date: Wed, 30 Apr 2025 09:58:08 +0800
Subject: [PATCH] update
---
.../frontend/src/components/AddProxyForm.vue | 4 +--
.../src/components/CommandInputBar.vue | 27 ++++++--------
.../src/components/ConnectionList.vue | 20 +++++------
.../frontend/src/components/DockerManager.vue | 6 ++--
.../src/components/FileEditorOverlay.vue | 9 +++--
.../src/components/FileEditorTabs.vue | 2 +-
.../frontend/src/components/FileManager.vue | 31 +++++++---------
.../src/components/FileUploadPopup.vue | 2 +-
.../components/FocusSwitcherConfigurator.vue | 4 +--
.../src/components/LayoutConfigurator.vue | 8 -----
.../src/components/LayoutNodeEditor.vue | 35 +++---------------
.../frontend/src/components/MonacoEditor.vue | 2 +-
.../src/components/NotificationSettings.vue | 2 +-
.../src/components/StyleCustomizer.vue | 36 +++++++++----------
packages/frontend/src/components/Terminal.vue | 15 ++++----
.../src/components/TerminalTabBar.vue | 2 +-
.../components/WorkspaceConnectionList.vue | 11 +++---
17 files changed, 83 insertions(+), 133 deletions(-)
diff --git a/packages/frontend/src/components/AddProxyForm.vue b/packages/frontend/src/components/AddProxyForm.vue
index 555b080..1e590c1 100644
--- a/packages/frontend/src/components/AddProxyForm.vue
+++ b/packages/frontend/src/components/AddProxyForm.vue
@@ -3,8 +3,8 @@ import { ref, reactive, watch, computed, onMounted } from 'vue'; // 添加 onMou
import { storeToRefs } from 'pinia';
import { useI18n } from 'vue-i18n';
import { useProxiesStore, ProxyInfo } from '../stores/proxies.store';
-import { useTagsStore } from '../stores/tags.store'; // 引入标签 Store
-import TagInput from './TagInput.vue'; // 导入新的 TagInput 组件
+import { useTagsStore } from '../stores/tags.store';
+import TagInput from './TagInput.vue';
// 定义组件发出的事件
const emit = defineEmits(['close', 'proxy-added', 'proxy-updated']);
diff --git a/packages/frontend/src/components/CommandInputBar.vue b/packages/frontend/src/components/CommandInputBar.vue
index 720aca9..f944e26 100644
--- a/packages/frontend/src/components/CommandInputBar.vue
+++ b/packages/frontend/src/components/CommandInputBar.vue
@@ -1,23 +1,18 @@
@@ -194,28 +179,16 @@ const handleChildRemove = (payload: { parentNodeId: string | undefined; nodeInde