diff options
| author | yyamashita <yyamashita@mosquit.one> | 2026-05-11 00:06:52 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@mosquit.one> | 2026-05-11 00:06:52 +0900 |
| commit | e9e576abd9d6c6030aa4bb290e869890831488ad (patch) | |
| tree | ec521f62ddffda13c30f5c964e01b9daa1b52851 /app/root.tsx | |
| parent | 609dc6a3769d85e1cc4a8f06af58165be86b598c (diff) | |
Add lists feature (band recommendation lists with history)
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>
Diffstat (limited to 'app/root.tsx')
| -rw-r--r-- | app/root.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/root.tsx b/app/root.tsx index 26bfb48..242ffe2 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -51,6 +51,7 @@ export default function App() { <Link to="/" className="logo">whois.band</Link> <Link to="/bands/new">+ Band</Link> <Link to="/artists/new">+ Artist</Link> + <Link to="/lists">Lists</Link> </div> </nav> <Outlet /> |
