{"slug":"vinylwallpaper","total":79,"limit":100,"offset":0,"since":null,"commits":[{"hash":"6547884","date":"2026-07-06 17:57:08 -0700","author":"Steve Abrams","subject":"Square product-card images (aspect-ratio 1/1)","body":""},{"hash":"724c768","date":"2026-07-03 09:57:40 -0700","author":"Steve Abrams","subject":"corner-nav: move login to its own hamburger in upper-left (panel slides from left)","body":""},{"hash":"08c43e9","date":"2026-06-19 16:33:23 -0700","author":"Steve","subject":"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.","body":"Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>"},{"hash":"89e1f97","date":"2026-06-18 09:04:30 -0700","author":"Steve Abrams","subject":"fix: safeImg allow same-origin /img/ proxy urls (vendor-neutral image proxy 2026-06-03) — product cards were falling back to hero-bg (images all wrong)","body":""},{"hash":"d2ea3b4","date":"2026-06-11 09:30:21 -0700","author":"Steve Abrams","subject":"Recompute aesthetic from tags via classifyAesthetic (was degenerate 'all' snapshot)","body":""},{"hash":"1033c4c","date":"2026-06-09 13:47:36 -0700","author":"Steve","subject":"step2 vendor-leak fix: dual-key /sample resolver + handle_display hrefs","body":""},{"hash":"7ab7aa6","date":"2026-06-09 13:47:36 -0700","author":"Steve","subject":"snapshot before step2 codemod","body":""},{"hash":"1818a74","date":"2026-06-03 20:45:57 -0700","author":"Steve","subject":"Scrub residual vendor names from products.json (title/vendor/tags); preserve sku/handle","body":""},{"hash":"d7ce41f","date":"2026-06-03 20:27:47 -0700","author":"Steve Abrams","subject":"seo/a11y: add visually-hidden <h1> (site name) for heading semantics — zero visual change","body":""},{"hash":"2ac3d7e","date":"2026-06-03 14:19:46 -0700","author":"Steve Abrams","subject":"a11y: add aria-label to contact/sample form inputs (zero visual; screen-reader association)","body":"Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>"},{"hash":"f292080","date":"2026-06-01 16:38:44 -0700","author":"Steve Abrams","subject":"admin: add dw-theme-nav 20-theme navigator (upper-right, admin-only)","body":""},{"hash":"c5cac51","date":"2026-06-01 15:58:19 -0700","author":"Steve Abrams","subject":"fleet rebuild: dw-header (hamburgers UL + centered name) + unique high-res hero + accent — local branch","body":""},{"hash":"386f6f7","date":"2026-06-01 15:47:50 -0700","author":"Steve Abrams","subject":"dw-header: hide ANY pre-existing <header> (not just ns-header); title-case bare-slug names","body":""},{"hash":"e6639a2","date":"2026-06-01 15:44:24 -0700","author":"Steve Abrams","subject":"FIX: dw-header was injected inside a doc-comment (never ran); re-inject before the real </body>","body":""},{"hash":"4c1683c","date":"2026-06-01 15:21:08 -0700","author":"Steve","subject":"hero: rotate curated room-setting pool (hero-pool.json), guard >=1400px, no swatch blur","body":""},{"hash":"8b8d512","date":"2026-06-01 15:11:40 -0700","author":"Steve Abrams","subject":"header name → domain name 'Vinyl Wallpaper' (remove odd brand name)","body":""},{"hash":"1f69b88","date":"2026-06-01 15:00:43 -0700","author":"Steve Abrams","subject":"hero: huge 2520px clean hero from dw_unified (graphic-designer vetted; no header/text/watermark)","body":""},{"hash":"99e4264","date":"2026-06-01 14:39:08 -0700","author":"Steve Abrams","subject":"hero: graphic-designer-vetted clean replacement (no baked text/watermark/vendor logo)","body":""},{"hash":"3c990f8","date":"2026-06-01 14:16:34 -0700","author":"Steve Abrams","subject":"hero/ideas: single big full-bleed hero (remove 2x2 four-square grid + hero-4grid.js/json + inert CSS), collapse Ideas to one rail","body":""},{"hash":"d0c89af","date":"2026-06-01 14:10:04 -0700","author":"Steve Abrams","subject":"disable hero-4grid overlay so the unique high-res room/pattern hero shows full-bleed","body":""},{"hash":"e848dc1","date":"2026-06-01 14:04:30 -0700","author":"Steve Abrams","subject":"fleet rebuild: dw-header (hamburgers UL + centered name) + unique high-res hero + accent — local branch","body":""},{"hash":"817ef34","date":"2026-06-01 13:59:24 -0700","author":"Steve","subject":"homepage: collapse duplicated 'Ideas' rail-eyebrows into one section eyebrow","body":""},{"hash":"2ab7d65","date":"2026-06-01 13:56:46 -0700","author":"Steve Abrams","subject":"Unique hero image (backsync from prod, fleet hero dedup 2026-06-01)","body":""},{"hash":"dd0155f","date":"2026-06-01 13:49:51 -0700","author":"Steve Abrams","subject":"Re-add Big Red embed (now left-positioned via widget.js)","body":""},{"hash":"5387536","date":"2026-06-01 13:42:56 -0700","author":"Steve Abrams","subject":"fleet rebuild: dw-header (hamburgers UL + centered name) + unique high-res hero + accent — local pilot branch","body":""},{"hash":"d06a5bc","date":"2026-06-01 13:33:10 -0700","author":"Steve","subject":"hero: activate self-contained 2x2 hero-4grid (was commented placeholder)","body":""},{"hash":"d54a830","date":"2026-06-01 07:54:16 -0700","author":"Steve Abrams","subject":"noopener,noreferrer on sister-site constellation window.open popup","body":""},{"hash":"d8b7ebd","date":"2026-06-01 07:54:16 -0700","author":"Steve Abrams","subject":"301 redirect legacy *.html nav pages -> clean URLs (before express.static, kills duplicate-content)","body":""},{"hash":"1dff83d","date":"2026-05-30 21:25:11 -0700","author":"Steve Abrams","subject":"fix: block .bak-<timestamp> files from being served (regex missed hyphen-suffixed .bak extensions)","body":"The backup-file guard regex did not match .bak-YYYYMMDDHHMMSS filenames because it\nonly checked for .bak followed by period or end-of-string. Updated to also match\n.bak followed by any non-alphanumeric char, and added .bak(-...) capture in the\nprimary pattern. Removed public/index.html.bak-20260526152130 which was being served\nas a full HTML page despite the guard.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>"},{"hash":"1229bcf","date":"2026-05-29 13:20:45 -0700","author":"Steve Abrams","subject":"feat(fleet): theme1/theme2 query-param-gated toggle on catalog page","body":"Default: theme1, toggle hidden. Opt-in via ?theme=2 or localStorage\n('wallco-page-theme' key shared across the fleet). Same gate pattern\nas dw-domain-fleet productPage."},{"hash":"96a1f68","date":"2026-05-28 07:26:25 -0700","author":"Steve","subject":"scrub vendor name leaks from products.json source (167 products: title/vendor/tags cleaned per sku-redact denylist)","body":""},{"hash":"9454623","date":"2026-05-26 15:25:19 -0700","author":"Steve","subject":"frontend: cleanSku() strips vendor names from displayed sku (.ven/list/detail) + defer renderRailSections call (fix ReferenceError) — click-through verified","body":""},{"hash":"ae8c75a","date":"2026-05-26 15:16:07 -0700","author":"Steve Abrams","subject":"sku-redact: wire shared vendor-id display scrubber","body":""},{"hash":"ff0b245","date":"2026-05-26 10:45:59 -0700","author":"Steve Abrams","subject":"rails: tag-aware facet filter (productInRail) so rail drill-down + pills return products (fix regression)","body":""},{"hash":"b4b5619","date":"2026-05-26 10:22:18 -0700","author":"Steve Abrams","subject":"rails: editorial labels for new tag-derived rail keys (index.html LABELS)","body":""},{"hash":"66ff058","date":"2026-05-26 10:18:02 -0700","author":"Steve Abrams","subject":"rails: build from tags via shared rail-match helper (fix degenerate single-rail collapse)","body":""},{"hash":"15e301a","date":"2026-05-26 09:59:55 -0700","author":"Steve","subject":"rails: editorial labels for firing aesthetic buckets","body":""},{"hash":"1e2bff0","date":"2026-05-26 08:12:08 -0700","author":"Steve Abrams","subject":"rails: wire /api/sliders into horizontal scroll-snap rail sections [rails-degenerate]","body":""},{"hash":"a535fb0","date":"2026-05-25 21:39:51 -0700","author":"Steve","subject":"add noreferrer to Facebook target=_blank link","body":""},{"hash":"e51e34e","date":"2026-05-25 21:39:32 -0700","author":"Steve","subject":"filter /api/facets counts by q+aesthetic so chip totals match grid","body":""},{"hash":"a872e39","date":"2026-05-25 21:39:07 -0700","author":"Steve","subject":"wire api-vendor-redact middleware on customer-facing /api/* routes","body":""},{"hash":"a9a5427","date":"2026-05-25 21:38:00 -0700","author":"Steve","subject":"remove p.vendor render on customer rail card (Designer Wallcoverings instead)","body":""},{"hash":"724e9f2","date":"2026-05-25 20:37:39 -0700","author":"Steve Abrams","subject":"retag aesthetic from PG: 590 rows updated","body":"before: all=600\nafter:  all=10, commercial=590\n\nBackfills correct multi-bucket aesthetic tagging from dw_unified.microsite_products\n(DTD verdict B, 2026-05-25 fleet retag run).\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>"},{"hash":"4de5be9","date":"2026-05-20 00:27:44 -0700","author":"Steve","subject":"add: pre-stage Meta Pixel snippet (placeholder; flip via _dw-batch set-fb-pixel.sh)","body":"Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>"},{"hash":"3c391ac","date":"2026-05-20 00:18:17 -0700","author":"Steve Abrams","subject":"fix: /about → history.html alias (was 404)","body":""},{"hash":"532e099","date":"2026-05-19 23:52:35 -0700","author":"Steve Abrams","subject":"make server.js self-contained — gate _shared/admin-catalog behind MICROSITE_ADMIN_ENABLED env flag (kamatera deploy unblock)","body":""},{"hash":"2dd4ab3","date":"2026-05-19 12:14:40 -0700","author":"Steve Abrams","subject":"Phase 2b: harden .card .pat against long-token title clipping (overflow-wrap)","body":""},{"hash":"3ce5f7c","date":"2026-05-19 11:40:04 -0700","author":"Steve Abrams","subject":"fix: null-guard dead #theme-toggle reference (clean console + immediate grid render)","body":""},{"hash":"2fc1bfb","date":"2026-05-19 11:26:29 -0700","author":"Steve Abrams","subject":"Phase 2: mobile-ready + tap-to-reveal","body":""},{"hash":"fde4c58","date":"2026-05-19 10:22:01 -0700","author":"Steve Abrams","subject":"stage2: wire microsite catalog + admin CRUD + grid/list view","body":""},{"hash":"8404f89","date":"2026-05-19 07:53:14 -0700","author":"Steve Abrams","subject":"untrack snapshot/backup files; broaden .gitignore","body":"Removed 19 committed *.bak / *.bak.* / *.pre-* snapshot files (16 of\nthem under public/, so they were also web-servable). Broadened\n.gitignore to cover *.bak.* and *.pre-* so they stay untracked.\nFiles remain on disk, just no longer in git.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>"},{"hash":"dd74a8d","date":"2026-05-19 07:52:52 -0700","author":"Steve Abrams","subject":"fix facets total, add clean-URL routes + bak-file 404 guard","body":"- /api/facets total now counts PRODUCTS_NICHE (the filtered list\n  actually served) instead of the raw unfiltered PRODUCTS array.\n- Added clean-URL routes for /about /history /care /trade /sourcing\n  so the extension-less nav links resolve instead of 404ing.\n- Added Express middleware that 404s any .bak / .pre- path before\n  the static handler, so snapshot files never serve from public/.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>"},{"hash":"d757ec5","date":"2026-05-19 07:52:07 -0700","author":"Steve Abrams","subject":"wire sort select to product grid API","body":"state.sort now defaults to newest, hydrates from localStorage before\nthe first loadGridPage() call, and is appended to /api/products params\nso the server-side sort param is actually honored.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>"},{"hash":"986ab76","date":"2026-05-14 08:54:20 -0700","author":"Steve","subject":"hero-4grid: relocate json from data/ to public/ for Express static","body":""},{"hash":"e094a74","date":"2026-05-14 08:48:23 -0700","author":"Steve","subject":"4-grid hero: drop-in script + crop CSS + initial 4 newest products","body":""},{"hash":"eea51c7","date":"2026-05-14 08:34:59 -0700","author":"Steve","subject":"favicon: Mag-7-inspired SVG glyph","body":""},{"hash":"07fbc71","date":"2026-05-13 17:50:07 -0700","author":"Steve","subject":"fix env wiring — anchor dotenv to __dirname so .env loads even when pm2 cwd is wrong","body":""},{"hash":"231629b","date":"2026-05-13 17:42:58 -0700","author":"Steve Abrams","subject":"corner-nav: title-case the brand name even when .ns-name source is lowercase","body":""},{"hash":"5721f05","date":"2026-05-13 17:41:33 -0700","author":"Steve Abrams","subject":"corner-nav: title-case brand display (e.g. corkwallcovering → Cork Wallcovering)","body":""},{"hash":"01182f3","date":"2026-05-13 17:40:54 -0700","author":"Steve Abrams","subject":"corner-nav: fix injection — script tag was landing inside HTML comment, now anchored to real </body>","body":""},{"hash":"a022712","date":"2026-05-13 14:00:58 -0700","author":"Steve Abrams","subject":"embed Big Red customer chat (lower-left, retail mode, vendor-redacted)","body":""},{"hash":"daa125b","date":"2026-05-13 14:00:02 -0700","author":"Steve Abrams","subject":"chip-click → product details modal; vendor redacted in card overlay","body":""},{"hash":"9051342","date":"2026-05-13 12:32:48 -0700","author":"Steve Abrams","subject":"add universal corner-nav.js (UR 4-icon: bag/account/search/menu)","body":""},{"hash":"09aeb93","date":"2026-05-13 12:13:27 -0700","author":"Steve Abrams","subject":"remove stray contact modal markup that was rendering inline on the page","body":""},{"hash":"b59932b","date":"2026-05-13 07:22:50 -0700","author":"Steve","subject":"header: remove duplicate <header> with dwmOpen-contact (was overlapping ns-header) + add display:none default to .ns-modal so How-can-we-help only opens on click. Restores canonical logo-UL + hamburger-UR layout per MEMORY rule.","body":""},{"hash":"68f8bd5","date":"2026-05-13 07:15:18 -0700","author":"Steve","subject":"brand: replace remaining fake brand globally → 'vinylwallpaper' across head/meta/wordmark/footer — enforces MEMORY brand-stem rule","body":""},{"hash":"1a1c471","date":"2026-05-11 04:11:12 -0700","author":"Steve","subject":"fleet-grid refine: chip_uniform_aspect (vinylwallpaper)","body":""},{"hash":"968fdc6","date":"2026-05-11 04:07:04 -0700","author":"Steve","subject":"snapshot before fleet-grid refine tick 7","body":""},{"hash":"9b5312e","date":"2026-05-10 12:44:07 -0700","author":"Steve","subject":"sort-skill UI: add Light→Dark / Dark→Light / Color Wheel options","body":""},{"hash":"aaaa7b8","date":"2026-05-10 10:43:39 -0700","author":"Steve","subject":"sort-skill canonical: add light-dark/dark-light/wheel + helpers","body":""},{"hash":"b15863a","date":"2026-05-07 17:55:29 -0700","author":"Steve","subject":"graphic-loop pass 13: real footer brand + Facebook link + OG/Twitter meta tags","body":""},{"hash":"f9fc6bf","date":"2026-05-07 13:19:43 -0700","author":"Steve","subject":"graphic-loop pass 12: niche keyword filter (no off-niche products like 'solid' on patterned sites)","body":""},{"hash":"26487d8","date":"2026-05-07 12:43:24 -0700","author":"Steve","subject":"graphic-loop pass 11: add Ideas rails (New this week + Curated picks) above main grid","body":""},{"hash":"f06a17b","date":"2026-05-07 09:26:28 -0700","author":"Steve","subject":"graphic-loop pass 10: center-mark to top + readable text-shadow + tighter letter-spacing (no mix-blend-mode)","body":""},{"hash":"d627a5a","date":"2026-05-07 09:13:11 -0700","author":"Steve","subject":"graphic-loop pass 9: real site name + 20-image hero rotation + 2400px hero res","body":""},{"hash":"4ab43c8","date":"2026-05-07 08:41:54 -0700","author":"Steve","subject":"graphic-loop pass 8: theme-aware font Inter (panel-approved comprehensive 16-bucket assignment)","body":""},{"hash":"4e4feb7","date":"2026-05-06 21:55:57 -0700","author":"Steve","subject":"graphic-loop pass 5: serif hero typography (Cormorant Garamond) + nav legibility (qwen3 unanimous)","body":""},{"hash":"74659a6","date":"2026-05-06 19:59:56 -0700","author":"Steve","subject":"graphic-loop pass 2: fix .corner-mark contrast + soften hero overlay (qwen3:14b consensus across fleet)","body":""},{"hash":"4832e7c","date":"2026-05-06 10:25:51 -0700","author":"Steve Abrams","subject":"initial scaffold (gitify-all 2026-05-06)","body":""}]}