d4797372026-06-11Recompute aesthetic from tags via classifyAesthetic (was degenerate 'all' snapshot)
13c12842026-06-04seo: add per-page canonical + Open Graph + Twitter card (headHTML threads canonical+ogImage; index collapses facets to material per DTD-B, detail uses redacted product slug)
2f5369f2026-06-03Scrub residual vendor names from products.json (title/vendor/tags); preserve sku/handle
2895d202026-06-03Vendor-neutral image proxy via _shared/image-proxy: hero+detail render + /api/products+/api/sliders emit /img/<token>, server streams CDN bytes. Kills image_url vendor-name leak (279 Wolf Gordon products). Proven local: 0 image/cdn leaks, /img 200. (handle/sku concatenated-vendor TEXT leak is separate/pre-existing.)
c2bd7bc2026-05-31render: route buy CTA + main-store anchor + card sample through /buy/:slug + close denylist gap (cowtan/designtex/knoll/brewster/york/fabricut/stout/hygge/designerwallcoverings); kill vendor-handle DOM leak (mirrors fleet a85eb02)
e170ae62026-05-30scrub residual 3rd-party vendor names from products.json source (per sku-redact denylist; sku/handle + DW house brands preserved)
b6f6b8c2026-05-30fix: strip bare '-arte' (Arte International abbrev) from product slugs + sort denylist longest-first so 'arte international' strips before 'arte' (no 'international' residue). Closes residual leak from 2026-05-30 verify sweep.
97397c52026-05-29feat(theme): add ?theme=N toggle to headHTML() — mirrors dw-domain-fleet productPage() canonical (commit 34fbe0e). Single block injected after <body> opening (closes the headHTML template-literal cleanly). Uses 'data-page-theme' attribute + 'wallco-page-theme' localStorage key — distinct from this site's existing data-theme dark/light system (ntw_theme key) so no collision. Hidden until ?theme=1|2 or localStorage opt-in.
8f891e82026-05-28scrub vendor name leaks from products.json source (1309 products: title/vendor/tags cleaned per sku-redact denylist)
01349642026-05-26redact vendor names from customer-facing /api (close fleet leak)
1fcdeed2026-05-25replace p.vendor render on detail page with 'Designer Wallcoverings' brand string
d2fa5f32026-05-25retag aesthetic from PG: 4166 rows updated
Removed the committed editor snapshot from version control and
extended .gitignore to cover *.bak, *.bak.*, *.pre-*, *.orig and
backup tilde files so future snapshots never get committed. A static
middleware guard already 404s any .bak/.pre-/.orig/.swp/.tmp request
so these files never serve from the public root.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
f812ade · 2026-05-19 · Hydrate saved sort from localStorage before first grid load
The sort <select> persisted its value but never re-applied it on a
fresh visit, so the catalog always loaded in 'newest' order regardless
of the user's last choice. hydrateSort() now checks localStorage and
issues a window.location.replace with the saved sort BEFORE the grid's
initial loadPage() runs, gating the IntersectionObserver setup on it.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
File tree
16 files tracked. Click any to browse the source at HEAD.