From 5a86fe6e0c71b064d82a84a525aefabbe952df2f Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Tue, 17 Mar 2026 07:27:22 -0400 Subject: [PATCH] feat(ui): add command palette with Ctrl+K global shortcut Fuzzy-search modal searches across connections (name, hostname, tags) and app actions (new SSH/RDP, open vault, settings, import). Supports arrow-key navigation, Enter to execute, Esc to close. Dark themed with quick fade-in animation. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../src/components/common/CommandPalette.vue | 267 ++++++++++++++++++ 1 file changed, 267 insertions(+) create mode 100644 frontend/src/components/common/CommandPalette.vue diff --git a/frontend/src/components/common/CommandPalette.vue b/frontend/src/components/common/CommandPalette.vue new file mode 100644 index 0000000..b26b165 --- /dev/null +++ b/frontend/src/components/common/CommandPalette.vue @@ -0,0 +1,267 @@ + + + + +