diff --git a/src/client/src/routes/+page.svelte b/src/client/src/routes/+page.svelte index e9e1376..a2e5482 100644 --- a/src/client/src/routes/+page.svelte +++ b/src/client/src/routes/+page.svelte @@ -1,34 +1,100 @@
-
+

Price Hunter

Search across all your stores at once

@@ -57,34 +123,67 @@ Search
- - {#if categories.length > 0 || groups.length > 0} -
- {#if categories.length > 0} - - {/if} - - {#if groups.length > 0} - - {/if} -
- {/if} + + + {#if storesByCategory().length > 0} +
+ {#each storesByCategory() as group} +
+ + + + +
+ {#each group.stores as store} + + {/each} +
+
+ {/each} +
+ {/if}