From 3e1a540b8348b0820cb408587c6942eed0709e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=9D=E5=B0=98?= <237809796@qq.com> Date: Fri, 1 May 2026 21:53:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9ASidebar=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E7=8A=B6=E6=80=81=E5=8C=BA=E5=9D=97+?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E9=87=8D=E6=9E=84+=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E6=A1=86=E4=BC=98=E5=8C=96+gitignore?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +- .../components/ConnectionDialog.vue | 28 ++-- .../components/ConnectionIndicator.vue | 6 +- .../FileSystem/components/Sidebar.vue | 126 +++++++++++++++++- .../FileSystem/components/Toolbar.vue | 4 + frontend/src/components/FileSystem/index.vue | 54 +++++--- main.go | 2 +- 7 files changed, 178 insertions(+), 46 deletions(-) diff --git a/.gitignore b/.gitignore index ba8194a..e5c446a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ bin frontend/dist frontend/node_modules build/linux/appimage/build -build/windows/nsis/MicrosoftEdgeWebview2Setup.exe \ No newline at end of file +build/windows/nsis/MicrosoftEdgeWebview2Setup.exe +.idea/ +.claude/ diff --git a/frontend/src/components/FileSystem/components/ConnectionDialog.vue b/frontend/src/components/FileSystem/components/ConnectionDialog.vue index 439d8a9..db9718f 100644 --- a/frontend/src/components/FileSystem/components/ConnectionDialog.vue +++ b/frontend/src/components/FileSystem/components/ConnectionDialog.vue @@ -1,23 +1,21 @@