summaryrefslogtreecommitdiff
path: root/app/root.tsx
AgeCommit message (Collapse)AuthorLines
2026-08-15Fix build: move worker.server import into root loaderyyamashita-1/+5
Top-level import in root.tsx pulled the server-only worker module into the client bundle. React Router only strips server code reached via loader/action, so start the worker from root's loader instead. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-15Add Claude-powered band auto-registration from live info textyyamashita-0/+1
Extracts band/artist names from pasted live info via Claude (API or CLI adapter), matches against existing bands, and lets the user review and bulk-register new ones through a polling job queue. Also adds a livehouse events import script and recent-bands/artists home page sections. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-05-15Fix nav classes, add detail APIs, add update-band-info skillyyamashita-6/+4
- Fix nav: apply .nav class and .nav-brand to logo (styles were not rendering) - Add GET+PATCH /api/bands/:uuid and /api/artists/:uuid endpoints - PATCH supports append_links / append_members for non-destructive updates - Add /update-band-info skill: fetch SNS profiles and update band description/members Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15Add 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>
2026-05-11Add 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>
2026-05-09simplize cssyyamashita-23/+11
2026-05-09Implement 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>
2026-05-08Initial scaffold: React Router v7 + SQLite + Tailwind CSS v4yyamashita-0/+76