Wallpaperwednesday
Search the build
-
a3a503d2026-07-03 corner-nav: move login to its own hamburger in upper-left (panel slides from left) -
5aa15cd2026-06-21 deploy: scaffold .deploy.conf for banner deploy -
6e538962026-06-21 banner: wire universal promo-banner require above express.static (officer-approved; deploy gated) -
97861642026-06-03 Scrub residual vendor names from products.json (title/vendor/tags); preserve sku/handle -
ad8b8762026-06-03 gitignore: add missing standard excludes (.next/) -
6b8e62e2026-06-01 vendor-redact: mount api-vendor-redact middleware (was missing) — scrubs DW vendor names from /api responses per standing rule -
560291c2026-06-01 fleet rebuild: dw-header (hamburgers UL + centered name) + unique high-res hero + accent — local branch -
dd3a51d2026-06-01 products.json: localize dead Shopify CDN hero/archive images to self-hosted /hero-bg.jpg + /images (kills 404 og:image trail) -
79b578c2026-06-01 dw-header: hide ANY pre-existing <header> (not just ns-header); title-case bare-slug names -
a0d06962026-06-01 localize all images — fix broadly-dead Shopify CDN URLs (DTD verdict B) -
6cd96962026-06-01 header name → domain name 'Wallpaperwednesday' (remove odd brand name) -
60771362026-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 -
23447ee2026-06-01 header: remove dw-header.js — fixes overlapping hamburgers (DW-HAMBURGER-NAV v1 sole nav); fleet regression sweep -
8a8df9b2026-06-01 og:image → own /hero-bg.jpg (was hardcoded shared Indienne shopify url; deduped viewer + social card) -
a2f3f512026-06-01 fleet rebuild: dw-header (hamburgers UL + centered name) + unique high-res hero + accent — local branch -
7b161672026-06-01 gradient hero (unique hue 3deg) — no niche photography available -
77a3c6f2026-06-01 gradient hero (unique hue 3deg) — no niche photography available -
5e811fa2026-06-01 fleet rebuild (gap-fill): dw-header (hamburgers UL + centered name) + unique high-res hero + accent — local branch -
9dea8aa2026-06-01 fleet rebuild (header-only): dw-header (hamburgers UL + centered name) + accent — local branch -
b0119bd2026-05-30 scrub vendor leaks from weekly-feature products.json (hero+archive vendor/subtitle; per sku-redact denylist; DW house brands preserved) -
3c9d2ef2026-05-29 feat(fleet): theme1/theme2 query-param-gated toggle on catalog page -
81da1d22026-05-27 scrub residual DW vendor names (Arte International + Lee Jofa) from hero/prose/reveal-cards -
f1ace192026-05-20 add: pre-stage Meta Pixel snippet (placeholder; flip via _dw-batch set-fb-pixel.sh) -
00eb7fc2026-05-19 add ns-contact modal (CSS + HTML + JS) — info@wallpaperwednesday.com -
7298d1b2026-05-19 add corner-nav.js — universal top-right nav per _shared/corner-nav.js -
39123772026-05-19 Block snapshot-file paths from static root + ignore *.bak/*.pre-* -
85f90502026-05-19 Add noreferrer to all target=_blank external links -
b872bab2026-05-10 hamburger nav: apply canonical pattern from sister-site fleet -
538b5172026-05-10 snapshot before hamburger nav rollout -
0c619a02026-05-07 initial scaffold: wallpaperwednesday.com botanical green pinned-reveal site
Authors
- Steve30
Agents used
Skills used
- /images4
- /hero-bg2
- /vendor1
- /tags1
- /handle1
- /archive1
- /renamed1
- /products1
- /agra-31
- /subtitle1
- /theme21
- /prose1
- /reveal-cards1
- /link1
- /corner-nav1
Creative ideas + design notes
a0d0696 · 2026-06-01 · localize all images — fix broadly-dead Shopify CDN URLs (DTD verdict B)
~12 of 16 hardcoded cdn.shopify.com image URLs had gone 404 (DW store files moved/renamed) -> ORB-blocked broken hero, featured shots, and most archive thumbnails. Per claude-codex DTD (Option B: LOCALIZE, high confidence): fetched each product's current image by handle from designerwallcoverings.com/products/ <handle>.json, downloaded 15 images into public/images/, and rewrote every ref to a local /images/ path (hero CSS -> /images/agra-3.jpg). 0 Shopify refs remain; all 14 referenced image paths verified 200 over HTTP. Removes the volatile-CDN dependency entirely. (h1 'Today's<br>Wallpaper Pick' is a 2-line title, not a spacing bug — no change.)
3c9d2ef · 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.
81da1d2 · 2026-05-27 · scrub residual DW vendor names (Arte International + Lee Jofa) from hero/prose/reveal-cards
Drop "Arte International" from reveal-strip title, hero-sub, and editorial prose; set reveal-strip vendor label + all 12 reveal-card vendor fields to "Designer Wallcovering". Shopify product-handle slug in the memo-link href kept intact (cart/link rule, matches prod). Mac2 source was stale vs prod.
File tree
- .deploy.conf
- .gitignore
- data/products.json
- package-lock.json
- package.json
- public/corner-nav.js
- public/dw-header.js
- public/favicon.svg
- public/hero-bg.jpg
- public/images/agra-1.jpg
- public/images/agra-2.jpg
- public/images/agra-3.jpg
- public/images/agra-langsat-arte.jpg
- public/images/dwkk-140829.jpg
- public/images/dwkk-140830.jpg
- public/images/dwkk-140831.jpg
- public/images/dwkk-140832.jpg
- public/images/dwkk-g21eeb3da.jpg
- public/images/dwkk-g60746833.jpg
- public/images/dwkk-g7057da14.jpg
- public/images/dwkk-ge157df51.jpg
- public/images/horus-bone-arte.jpg
- public/images/poona-cinnamon-arte.jpg
- public/images/poona-stone-arte.jpg
- public/index.html
- server.js