[object Object]

← back to Wallsandfabrics

sort-skill UI: add Light→Dark / Dark→Light / Color Wheel options

9c75cd7794caf924c52a8abbc3dec493ad8bbf27 · 2026-05-10 12:44:12 -0700 · Steve

Files touched

Diff

commit 9c75cd7794caf924c52a8abbc3dec493ad8bbf27
Author: Steve <steve@designerwallcoverings.com>
Date:   Sun May 10 12:44:12 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 c7b8848..44083d4 100644
--- a/public/index.html
+++ b/public/index.html
@@ -126,6 +126,9 @@ footer.site a{color:var(--accent2)}
     <div class="group"><label for="sort">Sort</label>
       <select id="sort">
         <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>

← 134e426 sort-skill canonical: add light-dark/dark-light/wheel + help  ·  back to Wallsandfabrics  ·  snapshot before hamburger nav rollout 7aff7d8 →