From d67d9ae9a89dae4b81d54c71df7842b214eeb865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katharina=20W=C3=BCnsche?= Date: Thu, 13 Jun 2024 12:03:21 +0200 Subject: [PATCH] keep previous search results visible when loading next page of results (#6) --- components/search-table.vue | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/components/search-table.vue b/components/search-table.vue index b4e5c5c..c9a01d2 100644 --- a/components/search-table.vue +++ b/components/search-table.vue @@ -108,6 +108,11 @@ const input = ref(route.query.q === undefined ? "" : String(route.query.q)); +
+ + + +
- +
@@ -145,11 +154,7 @@ const input = ref(route.query.q === undefined ? "" : String(route.query.q));
-
- - - -
+