summaryrefslogtreecommitdiff
path: root/app/app.css
AgeCommit message (Collapse)AuthorLines
8 daysAdd 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>
9 dayssimplize cssyyamashita-10/+246
9 daysInitial scaffold: React Router v7 + SQLite + Tailwind CSS v4yyamashita-0/+15