← back to 1800swallpaper
rails: editorial labels for firing aesthetic buckets
6b069acec28080a951f6ea42522d862f55cc2dd8 · 2026-05-26 09:59:51 -0700 · Steve
Files touched
Diff
commit 6b069acec28080a951f6ea42522d862f55cc2dd8
Author: Steve <steve@designerwallcoverings.com>
Date: Tue May 26 09:59:51 2026 -0700
rails: editorial labels for firing aesthetic buckets
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 1a4950a..ba7368c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -509,7 +509,7 @@ const TOUCH = window.matchMedia('(hover: none)').matches;
document.documentElement.dataset.view = state.view;
} catch(e){}
})();
-const LABELS = {"all":"All"};
+const LABELS = {"all":"All","victorian":"Victorian Era"};
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)
← d0f7364 homepage: render 3 tag-bucket rails (floral/botanical/tradit
·
back to 1800swallpaper
·
frontend: cleanSku() strips vendor names from displayed sku 28a0f8d →