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 @@ + + + + + + + + + + ESC + + + + + + + {{ $t("command_palette.no_results", { query: query }) }} + + + + + {{ $t(`command_palette.${groupName}`) }} + + + + + + + + {{ result.title }} + {{ result.description }} + + + + + + + + + + + ↑↓ + {{ $t("command_palette.footer_navigate") }} + + + Enter + {{ $t("command_palette.footer_select") }} + + + + + + + + + +