From e81ba25f25b2ecdb698b581d85732855f8621106 Mon Sep 17 00:00:00 2001 From: laansdole Date: Sat, 13 Jun 2026 17:52:53 +0700 Subject: [PATCH] feat: floating button to collapse right panel launch view --- frontend/src/locales/en.json | 2 + frontend/src/locales/zh.json | 2 + frontend/src/pages/LaunchView.vue | 80 +++++++++++++++++++++++++++++-- 3 files changed, 80 insertions(+), 4 deletions(-) diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 41b0feb5c..d1fa54e6e 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -132,6 +132,8 @@ "title": "Launch", "collapse_chat": "Collapse chat", "expand_chat": "Expand chat", + "collapse_panel": "Collapse panel", + "expand_panel": "Expand panel", "loading_image": "Loading image...", "preparing": "Preparing...", "upload_file": "Upload File", diff --git a/frontend/src/locales/zh.json b/frontend/src/locales/zh.json index f6cb3041f..3b3754fe4 100644 --- a/frontend/src/locales/zh.json +++ b/frontend/src/locales/zh.json @@ -110,6 +110,8 @@ "title": "启动", "collapse_chat": "折叠聊天", "expand_chat": "展开聊天", + "collapse_panel": "折叠面板", + "expand_panel": "展开面板", "loading_image": "加载图片...", "preparing": "准备中...", "upload_file": "上传文件", diff --git a/frontend/src/pages/LaunchView.vue b/frontend/src/pages/LaunchView.vue index ce7f5868c..d9e996a50 100755 --- a/frontend/src/pages/LaunchView.vue +++ b/frontend/src/pages/LaunchView.vue @@ -344,11 +344,28 @@ + + -
-
+
+ +