From 8391365d0512ee91702ad0f7a46b2d03ae9530da Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 28 Feb 2024 17:55:11 +0100 Subject: [PATCH] search --- vue3/src/apps/tandoor/Tandoor.vue | 2 +- vue3/src/components/display/RecipeView.vue | 2 +- .../components/inputs/GlobalSearchDialog.vue | 504 +++++++++++++++++- vue3/src/pages/RecipeViewPage.vue | 18 +- 4 files changed, 514 insertions(+), 12 deletions(-) diff --git a/vue3/src/apps/tandoor/Tandoor.vue b/vue3/src/apps/tandoor/Tandoor.vue index ba6ccc493..23b253202 100644 --- a/vue3/src/apps/tandoor/Tandoor.vue +++ b/vue3/src/apps/tandoor/Tandoor.vue @@ -14,7 +14,7 @@ - + diff --git a/vue3/src/components/display/RecipeView.vue b/vue3/src/components/display/RecipeView.vue index 0e42f0ad8..879ba6161 100644 --- a/vue3/src/components/display/RecipeView.vue +++ b/vue3/src/components/display/RecipeView.vue @@ -65,7 +65,7 @@ - + diff --git a/vue3/src/components/inputs/GlobalSearchDialog.vue b/vue3/src/components/inputs/GlobalSearchDialog.vue index 39369aa56..50a14d930 100644 --- a/vue3/src/components/inputs/GlobalSearchDialog.vue +++ b/vue3/src/components/inputs/GlobalSearchDialog.vue @@ -1,5 +1,7 @@