mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
feat: use debounced search (optional) (#2150)
* use debounced search (optional) * replace homepage with search page
This commit is contained in:
parent
4f14058251
commit
df8459a95c
3 changed files with 484 additions and 468 deletions
|
@ -152,6 +152,11 @@ export default defineComponent({
|
|||
];
|
||||
|
||||
const topLinks = [
|
||||
{
|
||||
icon: $globals.icons.search,
|
||||
to: "/",
|
||||
title: i18n.t("sidebar.search"),
|
||||
},
|
||||
{
|
||||
icon: $globals.icons.calendarMultiselect,
|
||||
title: i18n.t("meal-plan.meal-planner"),
|
||||
|
@ -169,11 +174,6 @@ export default defineComponent({
|
|||
to: "/recipes/all",
|
||||
title: i18n.t("sidebar.all-recipes"),
|
||||
},
|
||||
{
|
||||
icon: $globals.icons.search,
|
||||
to: "/search",
|
||||
title: i18n.t("sidebar.search"),
|
||||
},
|
||||
{
|
||||
icon: $globals.icons.tags,
|
||||
to: "/recipes/categories",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue