From 05dfe38f193e37313ebd1040ad17024a3c773a90 Mon Sep 17 00:00:00 2001 From: Jambaldorj Ochirpurev Date: Thu, 1 Dec 2022 06:31:16 +0100 Subject: [PATCH] feat: add the fuzzy search on Categories, Tags, and Tools pages (#1867) --- .../Domain/Recipe/RecipeOrganizerPage.vue | 65 ++++++++++++++++++- 1 file changed, 62 insertions(+), 3 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipeOrganizerPage.vue b/frontend/components/Domain/Recipe/RecipeOrganizerPage.vue index 9779cacfb1d2..20e1e167690a 100644 --- a/frontend/components/Domain/Recipe/RecipeOrganizerPage.vue +++ b/frontend/components/Domain/Recipe/RecipeOrganizerPage.vue @@ -12,6 +12,22 @@ > {{ $t("general.confirm-delete-generic-with-name", { name: deleteTarget.name }) }} + + + + + + + + {{ icon }} @@ -24,8 +40,8 @@ -
- +
+ @@ -47,10 +63,12 @@