summaryrefslogtreecommitdiff
path: root/app/app.css
AgeCommit message (Collapse)AuthorLines
2026-08-15Add site-wide search for bands and artistsyyamashita-0/+2
Adds a nav search box and /search route backed by a LIKE-based searchAll() query over band name/area/description and artist name.
2026-08-15Add Claude-powered band auto-registration from live info textyyamashita-0/+39
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-11Add lists feature (band recommendation lists with history)yyamashita-0/+14
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-10Add band index page sorted by slug, show hiatus status onlyyyamashita-4/+4
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10Add members table with membership period and note supportyyamashita-200/+105
Replace band_artists + member_periods with a single members table (id, band_id, artist_id, role, since, until, note, order_index). Each row represents one membership period, so rejoining artists get multiple rows. Existing band_artists data is auto-migrated on startup. Export format bumped to version 3. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-09simplize cssyyamashita-10/+246
2026-05-08Initial scaffold: React Router v7 + SQLite + Tailwind CSS v4yyamashita-0/+15