move Clear button to right side of filters row

This commit is contained in:
Justin Edmund 2025-12-22 14:00:32 -08:00
parent 30c2539766
commit b1c88ac483

View file

@ -443,13 +443,12 @@
</DropdownMenu.Portal>
</DropdownMenu.Root>
{/if}
{#if hasActiveFilters}
<button type="button" class="clear-btn" onclick={clearAll}>Clear</button>
{/if}
</div>
<div class="right-controls">
{#if hasActiveFilters}
<button type="button" class="clear-btn" onclick={clearAll}>Clear</button>
{/if}
{#if showSort}
<div class="sort">
<Select