Wallsandfabrics
Search the build
-
9ce0e432026-07-06 Square product-card images (aspect-ratio 1/1) -
b85f0da2026-07-03 corner-nav: move login to its own hamburger in upper-left (panel slides from left) -
36d8d3b2026-06-19 Mount new-arrivals promo strip (Tier B): require ../_shared/_universal-promo-banner before express.static — text-only rotating 'New · <product> →' banner from /api/products?sort=newest. Local only; deploy gated. -
d2c6f402026-06-09 step2 vendor-leak fix: dual-key /sample resolver + handle_display hrefs -
f30faef2026-06-03 Scrub residual vendor names from products.json (title/vendor/tags); preserve sku/handle -
6aafe792026-06-01 admin: add dw-theme-nav 20-theme navigator (upper-right, admin-only) -
ab176032026-06-01 dw-header: hide ANY pre-existing <header> (not just ns-header); title-case bare-slug names -
9a97a102026-06-01 header A-rebuild: dw-header.js wins fleet — patched to hide original header + corner-nav + v1, fix centered site-name (title fallback), add theme toggle; v1 removed from index -
bc990562026-06-01 header: remove dw-header.js — fixes overlapping hamburgers (DW-HAMBURGER-NAV v1 sole nav); fleet regression sweep -
c70f1992026-06-01 fleet rebuild: dw-header (hamburgers UL + centered name) + unique high-res hero + accent — local branch -
262c8be2026-06-01 gradient hero (unique hue 25deg) — no niche photography available -
fc5f20f2026-06-01 gradient hero (unique hue 25deg) — no niche photography available -
e94ed8c2026-06-01 Revert "Remove Big Red widget — never UX-worked, collided with Help pill (fleet sweep)" -
82b37012026-06-01 fleet rebuild (header-only): dw-header (hamburgers UL + centered name) + accent — local branch -
2a7a8812026-06-01 Remove Big Red widget — never UX-worked, collided with Help pill (fleet sweep) -
d0c745e2026-06-01 fix(api): /api/facets drill-down — count each surface over the set narrowed by the OTHER filters -
bac7b3c2026-05-30 scrub residual 3rd-party vendor names from products.json source (per sku-redact denylist; sku/handle + DW house brands preserved) -
742efa02026-05-30 fix(api): surface tab counts now reflect active search query in /api/products -
7c8b3c42026-05-29 feat(fleet): theme1/theme2 query-param-gated toggle on catalog page -
5b195822026-05-28 scrub vendor name leaks from products.json source (3132 products: title/vendor/tags cleaned per sku-redact denylist) -
a6926782026-05-27 Add corner-nav.js (hard-rule: top-right 4-icon nav on product-grid storefront) -
0b30a3b2026-05-26 sku-redact: wire shared vendor-id display scrubber -
dc5577f2026-05-25 scrub vendor names (Schumacher, Thibaut) + 'vendor' references from editorial copy + search placeholder -
835b0592026-05-25 replace per-card vendor label with 'Designer Wallcoverings' on customer grid -
94502362026-05-25 wire api-vendor-redact middleware + filter /api/facets + drop ?vendor= and vendor-field search -
d276b472026-05-25 retag aesthetic from PG: 3663 rows updated -
272d2be2026-05-20 add: pre-stage Meta Pixel snippet (placeholder; flip via _dw-batch set-fb-pixel.sh) -
8e9fdd52026-05-19 make server.js self-contained — gate _shared/admin-catalog behind MICROSITE_ADMIN_ENABLED env flag (kamatera deploy unblock) -
82b78402026-05-19 add rel=noreferrer to external product card links -
5152cd82026-05-19 untrack .pre-* snapshots and add static 404-guard for .bak/.pre- paths -
449e6342026-05-19 Phase 2: fix card-render syntax error, mobile audit pass -
23455862026-05-19 stage2: wire wallsandfabrics onto shared catalog (hand-tailored) -
33f3b272026-05-19 snapshot: site.config.json rails field from stage-1 catalog migration -
8dbba672026-05-13 fix env wiring — add __dirname-anchored dotenv + dotenv dep so ADMIN_PASS / GEORGE_AUTH actually load -
1ec29b52026-05-13 polish: add 'How matched-set browsing works' 3-step section between editorial intro and product grid -
8c33d322026-05-13 polish: editorial hero + 'About the Collection' intro + fix left-bleed padding -
79978f42026-05-13 embed Big Red customer chat (lower-left, retail mode, vendor-redacted) -
16bce2c2026-05-11 fleet-grid refine: chip_uniform_aspect (wallsandfabrics) -
29c57e92026-05-10 hamburger nav: apply canonical pattern from sister-site fleet -
7aff7d82026-05-10 snapshot before hamburger nav rollout -
9c75cd72026-05-10 sort-skill UI: add Light→Dark / Dark→Light / Color Wheel options -
134e4262026-05-10 sort-skill canonical: add light-dark/dark-light/wheel + helpers -
dd9529b2026-05-10 initial scaffold + GA gtag G-429EVNMHVY (port 9934)
Authors
- Steve40
- steve3
Agents used
Skills used
- /products7
- /facets5
- /vendor2
- /tags2
- /handle2
- /admin-catalog2
- /sample1
- /theme21
- /api-vendor-redact1
- /catalog1
- /address1
- /phone1
- /dark-light1
- /wheel1
Creative ideas + design notes
d0c745e · 2026-06-01 · fix(api): /api/facets drill-down — count each surface over the set narrowed by the OTHER filters
Add shared filterProducts(list,{q,surface},skip) so /api/products and /api/facets
narrow identically. Facets now count each surface facet over the q-narrowed set
(skip 'surface') so picking one surface no longer zeros sibling-surface counts;
total = fully-filtered length. /api/products refactored to reuse it (same behaviour).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
742efa0 · 2026-05-30 · fix(api): surface tab counts now reflect active search query in /api/products
/api/products was returning the global SURFACE_COUNTS constant regardless of ?q= filter, so the surface tabs showed full-catalog totals even when a search narrowed the result set. Now computes per-surface counts from the q-filtered list before applying the surface filter, matching /api/facets behavior. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7c8b3c4 · 2026-05-29 · feat(fleet): theme1/theme2 query-param-gated toggle on catalog page
Default: theme1, toggle hidden. Opt-in via ?theme=2 or localStorage
('wallco-page-theme' key shared across the fleet). Same gate pattern
as dw-domain-fleet productPage.
dc5577f · 2026-05-25 · scrub vendor names (Schumacher, Thibaut) + 'vendor' references from editorial copy + search placeholder
Standing rule — DW vendor names NEVER in customer-facing UI. The editorial 'About the Collection' + 'How to' copy named Schumacher and Thibaut as examples; both sit on the 30-vendor denylist. Replaced with generic category words (botanical paper, grasscloth, ochre botanical). Search placeholder no longer prompts users to type 'vendor'.
835b059 · 2026-05-25 · replace per-card vendor label with 'Designer Wallcoverings' on customer grid
Standing rule — DW vendor names never on customer-facing UI. Pairs with the upstream api-vendor-redact middleware (defense-in-depth — even if the API ever leaks a real vendor field, the customer page renders the brand string).
9450236 · 2026-05-25 · wire api-vendor-redact middleware + filter /api/facets + drop ?vendor= and vendor-field search
Mounts _shared/api-vendor-redact above route registration so /api/* responses have vendor field replaced with 'Designer Wallcoverings' and the top-level vendors map dropped, and ?vendor= query param stripped from /api/products. /api/facets now honours ?q= and ?surface= so surface counts + total reflect the filtered list instead of the whole catalog. /api/products no longer indexes the vendor field in text search and no longer accepts ?vendor= (the upstream middleware also strips it; this is local defense-in-depth).
d276b47 · 2026-05-25 · retag aesthetic from PG: 3663 rows updated
before: <null>=3663 after: all=8, architectural=14, blue=24, botanical=1537, commercial=422, green=1638, white=20 Backfills correct multi-bucket aesthetic tagging from dw_unified.microsite_products (DTD verdict B, 2026-05-25 fleet retag run). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2345586 · 2026-05-19 · stage2: wire wallsandfabrics onto shared catalog (hand-tailored)
- catalog read-path: require _shared/admin-catalog, resolve slug from site.config.json (slug=wallsandfabrics), async getProducts() at startup - preserves the surface model: PG rows run through normalize() -> isJunk() -> surfaceOf() exactly as before; SURFACE_COUNTS rebuilt per load - catalog.mount() adds /admin/catalog (basic-auth) + /api/admin/* before listen - JSON fallback retained; also falls back when PG rows lack image_url (Stage-2 Phase A migration missed this site's images[] array) so the storefront still renders real images until microsite_products is backfilled Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
8c33d32 · 2026-05-13 · polish: editorial hero + 'About the Collection' intro + fix left-bleed padding
- Replace generic "Walls & Fabrics." headline with editorial 2-line: "When the wall and the fabric both have to land."
- Tighten lede + add Est. 2026 marker.
- New <section class="editorial"> between hero and grid — 2-paragraph "About the Collection" intro that stakes the niche (walls + fabrics designed to be specified together).
- Fix pre-existing regression where .hero{padding:... 0 ...} and header .row{padding:14px 0} overrode .wrap's horizontal padding — both now carry 22px so text isn't flush to viewport edge.
- Update <title> + meta description to be domain-specific (matched-set storefront, not generic).
- APCA Lc check: dark fg on cream bg = ~99; copper accent at display weight = ~62. No photo bg → no saliency conflict. Pass without liquid-pill.
GA4 G-429EVNMHVY firing. Footer mailto/address/phone unchanged and correct.