From acda8d5270272f267d1f053910d8d9e7ac8f3206 Mon Sep 17 00:00:00 2001 From: mariosemes Date: Thu, 26 Mar 2026 21:52:22 +0100 Subject: [PATCH] Replace search bar with title and New Search button on results page Header now shows "Search results for: " with meta stats, and a "New Search" button that navigates back to the homepage. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/client/src/routes/results/+page.svelte | 30 +++++++++------------- 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/src/client/src/routes/results/+page.svelte b/src/client/src/routes/results/+page.svelte index 928e7f3..eae104d 100644 --- a/src/client/src/routes/results/+page.svelte +++ b/src/client/src/routes/results/+page.svelte @@ -117,24 +117,18 @@
-
-
-
- - - - -
-
- - {#if meta} - - {meta.totalResults} results from {meta.storeCount} stores in {meta.duration}ms - - {/if} +
+
+

Search results for: + {query} +

+ {#if meta} + + ({meta.totalResults} results from {meta.storeCount} stores in {meta.duration}ms) + + {/if} +
+ New Search