1
0
Fork 0
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:
Hayden 2023-02-19 17:13:29 -09:00 committed by GitHub
parent 4f14058251
commit df8459a95c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 484 additions and 468 deletions

View file

@ -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",