mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
improved search bar
This commit is contained in:
parent
ff6959dcb2
commit
c83a83d656
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
||||||
<v-expand-x-transition>
|
<v-expand-x-transition>
|
||||||
<SearchBar
|
<SearchBar
|
||||||
ref="mainSearchBar"
|
ref="mainSearchBar"
|
||||||
class="mt-7"
|
|
||||||
v-if="search"
|
v-if="search"
|
||||||
:show-results="true"
|
:show-results="true"
|
||||||
@selected="navigateFromSearch"
|
@selected="navigateFromSearch"
|
||||||
|
@ -78,6 +77,7 @@ export default {
|
||||||
this.$store.dispatch("requestRecentRecipes");
|
this.$store.dispatch("requestRecentRecipes");
|
||||||
this.$store.dispatch("requestHomePageSettings");
|
this.$store.dispatch("requestHomePageSettings");
|
||||||
this.$store.dispatch("initLang");
|
this.$store.dispatch("initLang");
|
||||||
|
this.$store.dispatch("refreshToken");
|
||||||
this.darkModeSystemCheck();
|
this.darkModeSystemCheck();
|
||||||
this.darkModeAddEventListener();
|
this.darkModeAddEventListener();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue