mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-03-25 09:25:51 +00:00
UX Improvements
This commit is contained in:
parent
6f919ff7fe
commit
30892abed6
1 changed files with 4 additions and 4 deletions
|
|
@ -123,10 +123,10 @@ export async function renderStore($app, storeLabelRaw) {
|
|||
<div style="display:flex; align-items:center; gap:8px;">
|
||||
<span class="small">Sort</span>
|
||||
<select id="exSort" class="selectSmall" aria-label="Sort exclusives">
|
||||
<option value="priceDesc">Price Desc</option>
|
||||
<option value="priceAsc">Price Asc</option>
|
||||
<option value="dateDesc">Date Desc</option>
|
||||
<option value="dateAsc">Date Asc</option>
|
||||
<option value="priceDesc">Highest Price</option>
|
||||
<option value="priceAsc">Lowest Price</option>
|
||||
<option value="dateDesc">Newest</option>
|
||||
<option value="dateAsc">Oldest</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue