summaryrefslogtreecommitdiff
path: root/app/root.tsx
AgeCommit message (Collapse)AuthorLines
3 daysAdd bands/artists index pages and redirect top pageyyamashita-3/+2
- / now redirects to /bands - /bands shows band list with "+ Band" link - /artists shows artist list with "+ Artist" link - Nav simplified to Bands / Artists only Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 daysAdd lists feature (band recommendation lists with history)yyamashita-0/+1
New lists, list_entries, list_revisions tables; full CRUD routes under /lists; nav link in root. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 dayssimplize cssyyamashita-23/+11
9 daysImplement band/artist management with version historyyyamashita-6/+30
Full CRUD for bands and artists: UUID + slug URLs, dynamic link editor, band-artist associations with roles, per-edit revision snapshots (message + IP). Add README and CLAUDE.md. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 daysInitial scaffold: React Router v7 + SQLite + Tailwind CSS v4yyamashita-0/+76