From f4fee5dc8c20f212b1c6e68269dd0125dbbe3589 Mon Sep 17 00:00:00 2001 From: upsiflu Date: Thu, 20 Mar 2025 21:35:36 +0100 Subject: [PATCH] feat(front): [WIP] improve search modal --- front/src/ui/modals/Search.vue | 314 ++++++++++++++++++++------------- 1 file changed, 190 insertions(+), 124 deletions(-) diff --git a/front/src/ui/modals/Search.vue b/front/src/ui/modals/Search.vue index 253caa936..03695c705 100644 --- a/front/src/ui/modals/Search.vue +++ b/front/src/ui/modals/Search.vue @@ -1,9 +1,10 @@ @@ -294,17 +348,23 @@ watch(queryDebounced, search, { immediate: true }) @@ -316,80 +376,86 @@ watch(queryDebounced, search, { immediate: true }) v-for="category in availableCategories" :key="category.type" > -
+ + {{ t('components.Home.link.viewMore') }} + - - - + If the following link does not work, wait a few seconds and try again @@ -398,7 +464,7 @@ watch(queryDebounced, search, { immediate: true }) - {{ resultsPerCategory(category.type) }} + TODO: {{ resultsPerCategory(category) }}