From e9e576abd9d6c6030aa4bb290e869890831488ad Mon Sep 17 00:00:00 2001 From: yyamashita Date: Mon, 11 May 2026 00:06:52 +0900 Subject: 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 --- app/root.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'app/root.tsx') 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() { whois.band + Band + Artist + Lists -- cgit v1.2.3