From 73f637a9f889a173d9938d2707574f587a5b744a Mon Sep 17 00:00:00 2001 From: tiny-craft <137850705+tiny-craft@users.noreply.github.com> Date: Wed, 12 Jul 2023 15:48:49 +0800 Subject: [PATCH] feat: add launching screen to indicate launching status feat: store custom aside width to preferences --- frontend/src/AppContent.vue | 120 ++++++++++-------- .../src/components/sidebar/ConnectionTree.vue | 15 +-- frontend/src/langs/en.json | 1 + frontend/src/langs/zh-cn.json | 1 + frontend/src/stores/preferences.js | 5 + 5 files changed, 73 insertions(+), 69 deletions(-) diff --git a/frontend/src/AppContent.vue b/frontend/src/AppContent.vue index 440e003..82eb95c 100644 --- a/frontend/src/AppContent.vue +++ b/frontend/src/AppContent.vue @@ -1,19 +1,21 @@