feat: initial reworked spotlight implementation

This commit is contained in:
Andrew Bastin
2023-07-03 12:03:17 +05:30
parent 8c48d41eed
commit 3bf8288de3
15 changed files with 1334 additions and 318 deletions

View File

@@ -50,7 +50,7 @@
</Pane>
</Splitpanes>
<AppActionHandler />
<AppPowerSearch :show="showSearch" @hide-modal="showSearch = false" />
<AppSpotlight :show="showSearch" @hide-modal="showSearch = false" />
<AppSupport
v-if="mdAndLarger"
:show="showSupport"