Designer Line

repo: ~/Projects/designer-line · 6 commits · 0 in last 24h, 0 in last 7d ·

Search the build

6 commits indexed

  1. b9eda2f 2026-05-31 Link favicon.svg in head (use branded SVG, not .ico fallback)
  2. ae5df42 2026-05-31 Add per-site favicon (kills /favicon.ico 404)
  3. f7ab358 2026-05-19 add price ↑/↓ + title z→a + sku z→a sort options to commerce grid
  4. d7d7eb8 2026-05-19 guard static root from serving .bak / .pre-* / .orig snapshot files
  5. 994fe12 2026-05-19 snapshot before refactor pass
  6. c1bf670 2026-05-11 scaffold designerline v0.1 — landing + commerce + advocacy + community on port 9780

Authors

Agents used

  • none detected

Skills used

  • /favicon1

Creative ideas + design notes

Commits with substantial prose (≥120 chars) — the rationale behind each move.

f7ab358 · 2026-05-19 · add price ↑/↓ + title z→a + sku z→a sort options to commerce grid
Brings the commerce sort <select> closer to the canonical DW sort pattern
(Steve's standing rule). COALESCE(net_price, retail_price) so trade pricing
sorts first when available, else MSRP. Existing localStorage persist /
hydrate behavior on the sort key carries through unchanged.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
d7d7eb8 · 2026-05-19 · guard static root from serving .bak / .pre-* / .orig snapshot files
Adds an Express middleware before static() that returns 404 for any path
matching .bak, .bak.<ts>, .pre-*, or .orig. Defense-in-depth — .gitignore
already prevents them from being committed, but this catches any local
snapshot dropped into public/ before deploy.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

File tree

10 files tracked. Click any to browse the source at HEAD.

Other build journals

← Demo Longshot Bot  ·  all 4 projects  ·  Designer Portfolio Pages →

Export

commits.csv · feed.atom · project.json · commits.json

rendered in 1ms