From 35deba72c4b4538623686e1afb3d2ecd3f1c6fa1 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Fri, 25 Apr 2025 14:39:44 +0800 Subject: [PATCH] update --- .../src/components/CommandInputBar.vue | 95 ++++++++++++++++++- .../src/stores/commandHistory.store.ts | 35 +++++++ .../src/stores/quickCommands.store.ts | 33 +++++++ .../frontend/src/stores/settings.store.ts | 23 ++++- .../frontend/src/views/CommandHistoryView.vue | 52 +++++----- .../frontend/src/views/QuickCommandsView.vue | 51 +++++----- packages/frontend/src/views/SettingsView.vue | 49 ++++++++++ 7 files changed, 286 insertions(+), 52 deletions(-) diff --git a/packages/frontend/src/components/CommandInputBar.vue b/packages/frontend/src/components/CommandInputBar.vue index a3b1859..f44a80a 100644 --- a/packages/frontend/src/components/CommandInputBar.vue +++ b/packages/frontend/src/components/CommandInputBar.vue @@ -1,7 +1,11 @@