← back to Bestwallpaperplace
sort-skill UI: add Light→Dark / Dark→Light / Color Wheel options
0fe0ab78e5ea5595bd89acf29017949af83f91d2 · 2026-05-10 12:43:19 -0700 · Steve
Files touched
Diff
commit 0fe0ab78e5ea5595bd89acf29017949af83f91d2
Author: Steve <steve@designerwallcoverings.com>
Date: Sun May 10 12:43:19 2026 -0700
sort-skill UI: add Light→Dark / Dark→Light / Color Wheel options
---
public/index.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/public/index.html b/public/index.html
index 285ec07..6a57e68 100644
--- a/public/index.html
+++ b/public/index.html
@@ -284,6 +284,9 @@ a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible
<span>Sort</span>
<select id="sortSelect">
<option value="newest">Newest</option>
+ <option value="light-dark">Light → Dark</option>
+ <option value="dark-light">Dark → Light</option>
+ <option value="wheel">Color Wheel</option>
<option value="color">Color</option>
<option value="style">Style</option>
<option value="sku">SKU A→Z</option>
← 0cd8f5a sort-skill canonical: add light-dark/dark-light/wheel + help
·
back to Bestwallpaperplace
·
snapshot before hamburger nav rollout ddcd294 →