Always show store filter dropdown on results table

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
mariosemes
2026-03-26 21:47:43 +01:00
parent 68b3f9ecbc
commit a8d4a9ce3a

View File

@@ -154,14 +154,12 @@
text-text-primary placeholder-text-tertiary focus:border-accent/50 focus:outline-none transition-colors" />
</div>
{#if storeNames().length > 1}
<select bind:value={filterStore} class="input-field w-auto text-xs py-1 px-2">
<option value="">All stores</option>
{#each storeNames() as name}
<option value={name}>{name}</option>
{/each}
</select>
{/if}
<span class="text-2xs text-text-tertiary">
{filteredAndSorted().length} of {results.length} shown