Bestwallpaperplace
Search the build
-
1c5932c2026-07-06 Square product-card images (aspect-ratio 1/1) -
6fa94812026-07-03 corner-nav: move login to its own hamburger in upper-left (panel slides from left) -
98041652026-06-21 deploy: scaffold .deploy.conf for banner deploy -
9df327c2026-06-21 banner: wire universal promo-banner require above express.static (officer-approved; deploy gated) -
06902a32026-06-09 step2 vendor-leak fix: dual-key /sample resolver + handle_display hrefs -
184805e2026-06-09 snapshot before step2 codemod -
9567a202026-06-03 Scrub residual vendor names from products.json (title/vendor/tags); preserve sku/handle -
cb624db2026-06-01 admin: add dw-theme-nav 20-theme navigator (upper-right, admin-only) -
bfe8a892026-06-01 fleet rebuild: dw-header (hamburgers UL + centered name) + unique high-res hero + accent — local branch -
458a69c2026-06-01 dw-header: hide ANY pre-existing <header> (not just ns-header); title-case bare-slug names -
17e1bf32026-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 -
a45c7262026-06-01 og:image → own /hero-bg.jpg (dedupe fleet viewer; editorial text-hero unchanged) -
3cf6cc92026-06-01 header: remove dw-header.js — fixes overlapping hamburgers (DW-HAMBURGER-NAV v1 sole nav); fleet regression -
336e4722026-06-01 fleet rebuild: dw-header (hamburgers UL + centered name) + unique high-res hero + accent — local branch -
7e9f9be2026-06-01 Re-add Big Red embed (revert conflicted; re-injected) -
7d603882026-06-01 fleet rebuild: dw-header (hamburgers UL + centered name) + unique high-res hero + accent — local pilot branch -
c3055f92026-06-01 Remove Big Red widget — never UX-worked, collided with Help pill (fleet sweep) -
548a9022026-05-31 Add per-site favicon (kills /favicon.ico 404) -
1f926b22026-05-30 scrub residual 3rd-party vendor names from products.json source (per sku-redact denylist; sku/handle + DW house brands preserved) -
8b8f8312026-05-30 fix: statVendors hero stat always showed 0 — add vendor_count to /api/facets -
51f39052026-05-29 feat(fleet): theme1/theme2 query-param-gated toggle on catalog page -
2c0d49c2026-05-28 scrub vendor name leaks from products.json source (336 products: title/vendor/tags cleaned per sku-redact denylist) -
4298d7c2026-05-27 Add corner-nav.js (hard-rule: top-right 4-icon nav on product-grid storefront) -
1c009de2026-05-26 homepage: insert Browse-by-style rails section (textured/contemporary/traditional/beige/brown) above flat grid; add ?tag= filter to /api/products -
4b9975c2026-05-26 wire api-vendor-redact middleware (close vendors-facet leak) -
a3248f32026-05-25 Remove vendor name leak from product card overlay -
960ec722026-05-25 retag aesthetic from PG: 600 rows updated -
65d93632026-05-21 make server.js self-contained — gate _shared/admin-catalog behind MICROSITE_ADMIN_ENABLED env flag (kamatera deploy unblock) -
8d0f5152026-05-20 add: pre-stage Meta Pixel snippet (placeholder; flip via _dw-batch set-fb-pixel.sh) -
351cefa2026-05-19 Phase 2b: harden .card .pat against long-token title clipping (overflow-wrap) -
2584c912026-05-19 Phase 2: mobile-ready + tap-to-reveal -
a876dd02026-05-19 stage2: wire bestwallpaperplace onto shared catalog (hand-tailored) -
41b70172026-05-19 Fix dead /about nav link and add noreferrer to external links -
b870cb52026-05-19 Untrack snapshot files and 404-guard .bak/.pre- static paths -
1a307912026-05-19 snapshot before refactor pass -
88c25e02026-05-13 embed Big Red customer chat (lower-left, retail mode, vendor-redacted) -
3a7c8ff2026-05-13 polish: editorial hero copy + About this cut section + tightened title/meta -
fd462e32026-05-10 hamburger nav: apply canonical pattern from sister-site fleet -
ddcd2942026-05-10 snapshot before hamburger nav rollout -
0fe0ab72026-05-10 sort-skill UI: add Light→Dark / Dark→Light / Color Wheel options -
0cd8f5a2026-05-10 sort-skill canonical: add light-dark/dark-light/wheel + helpers -
c7948ff2026-05-10 initial scaffold: bestwallpaperplace.com — curated 600-pattern showcase + GA G-SSNGG2BQC3 + theme toggle + sort/density grid
Authors
- Steve42
Agents used
Skills used
- /vendor2
- /tags2
- /handle2
- /facets2
- /about2
- /sample1
- /hero-bg1
- /favicon1
- /theme21
- /contemporary1
- /traditional1
- /beige1
- /brown1
- /products1
- /admin-catalog1
- /meta1
- /dark-light1
- /wheel1
- /density1
Creative ideas + design notes
8b8f831 · 2026-05-30 · fix: statVendors hero stat always showed 0 — add vendor_count to /api/facets
api-vendor-redact strips the `vendors` map from /api/facets responses so
Object.keys(d.vendors||{}).length was always 0 in the frontend. Add a safe
numeric `vendor_count` field server-side (count only, no names) and use it
in the facets fetch to display the correct "N Houses" stat in the hero.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
51f3905 · 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.
a3248f3 · 2026-05-25 · Remove vendor name leak from product card overlay
The .ven div was rendering p.vendor (e.g. 'Hollywood Wallcoverings') on every card overlay. Standing rule: DW vendor names NEVER in customer-facing UI. Title already strips ' | <vendor>' suffix, so the visible card stays informative without the vendor leak. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
960ec72 · 2026-05-25 · retag aesthetic from PG: 600 rows updated
before: all=600 after: commercial=593, room=3, textured=1, vinyl=3 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>
41b7017 · 2026-05-19 · Fix dead /about nav link and add noreferrer to external links
Point hamburger About link to /#about (editorial section anchored), no /about route or page existed. Add rel=noreferrer to target=_blank card links. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3a7c8ff · 2026-05-13 · polish: editorial hero copy + About this cut section + tightened title/meta
- Hero h1: 'Six hundred wallpapers. Every one earns its wall.' (was generic 'our own walls') - Hero sub: names specific design houses (Maya Romanoff, Cole & Son, Coordonné, Phillipe Romano, Kravet) - New editorial section between hero and grid: 2-paragraph 'Curated, not aggregated' positioning, bg-soft band - Title + meta description rewritten to be domain-specific (600 patterns, 32 houses, no sponsored placements) - OG title + description match