← back to Silverleafwallpaper
rails: editorial labels for new tag-derived rail keys (index.html LABELS)
ca347e15a1939506cec314536c254c49b311f477 · 2026-05-26 10:22:18 -0700 · Steve Abrams
Files touched
Diff
commit ca347e15a1939506cec314536c254c49b311f477
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue May 26 10:22:18 2026 -0700
rails: editorial labels for new tag-derived rail keys (index.html LABELS)
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 0c15292..d5471e3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -523,7 +523,7 @@ const HOSTKEY = location.hostname.replace(/\./g, '_');
if (savedSort) state.sort = savedSort;
} catch(e){}
})();
-const LABELS = {"all":"All","silver":"Silver Leaf"};
+const LABELS = {"all":"All","silver":"Silver Leaf","contemporary":"Contemporary","vinyl":"Vinyl & Washable","gray":"Cool Grays","geometric":"Geometric","textured":"Textured & Tactile","modern":"Modern"};
function escAttr(s) { return String(s == null ? '' : s).replace(/[&<>"']/g, c => ({ '&':'&','<':'<','>':'>','"':'"',"'":''' }[c])); }
// Image-URL allowlist: only DW Shopify CDN + designerwallcoverings.com (defends against XSS via crafted products.json)
← e16b18c rails: build from tags via shared rail-match helper (fix deg
·
back to Silverleafwallpaper
·
rails: tag-aware facet filter (productInRail) so rail drill- 4a43640 →