From ece1414079b40fd00da499f8fb92202c74c232e6 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Fri, 2 Jan 2026 17:27:21 -0600 Subject: [PATCH] feat(CommandPalette): introduce Command Palette component for enhanced navigation and action execution with search functionality --- .../frontend/components/CommandPalette.vue | 362 ++++++++++++++++++ 1 file changed, 362 insertions(+) create mode 100644 meshchatx/src/frontend/components/CommandPalette.vue diff --git a/meshchatx/src/frontend/components/CommandPalette.vue b/meshchatx/src/frontend/components/CommandPalette.vue new file mode 100644 index 0000000..9034c5d --- /dev/null +++ b/meshchatx/src/frontend/components/CommandPalette.vue @@ -0,0 +1,362 @@ + + + + +