Designer Line
repo: ~/Projects/designer-line · 6 commits · 0 in last 24h, 0 in last 7d ·
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.
rendered in 1ms