mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-04-27 15:07:43 +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;">
|
<div style="display:flex; align-items:center; gap:8px;">
|
||||||
<span class="small">Sort</span>
|
<span class="small">Sort</span>
|
||||||
<select id="exSort" class="selectSmall" aria-label="Sort exclusives">
|
<select id="exSort" class="selectSmall" aria-label="Sort exclusives">
|
||||||
<option value="priceDesc">Price Desc</option>
|
<option value="priceDesc">Highest Price</option>
|
||||||
<option value="priceAsc">Price Asc</option>
|
<option value="priceAsc">Lowest Price</option>
|
||||||
<option value="dateDesc">Date Desc</option>
|
<option value="dateDesc">Newest</option>
|
||||||
<option value="dateAsc">Date Asc</option>
|
<option value="dateAsc">Oldest</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue