diff --git a/frontend/components.d.ts b/frontend/components.d.ts index f7cc0a5d..95951283 100644 --- a/frontend/components.d.ts +++ b/frontend/components.d.ts @@ -90,6 +90,8 @@ declare module 'vue' { LucideArrowDown: typeof import('~icons/lucide/arrow-down')['default'] LucideArrowUp: typeof import('~icons/lucide/arrow-up')['default'] LucideCornerDownLeft: typeof import('~icons/lucide/corner-down-left')['default'] + LucideSearch: typeof import('~icons/lucide/search')['default'] + LucideX: typeof import('~icons/lucide/x')['default'] Members: typeof import('./src/components/Settings/Members.vue')['default'] MobileLayout: typeof import('./src/components/MobileLayout.vue')['default'] MultiSelect: typeof import('./src/components/Controls/MultiSelect.vue')['default'] diff --git a/frontend/src/components/CommandPalette/CommandPalette.vue b/frontend/src/components/CommandPalette/CommandPalette.vue index c4fdf036..27e6eb4b 100644 --- a/frontend/src/components/CommandPalette/CommandPalette.vue +++ b/frontend/src/components/CommandPalette/CommandPalette.vue @@ -18,11 +18,17 @@
- +
- +
@@ -61,7 +67,8 @@