feat(web): Library page — owned-albums grid with cover art

New /library: GET /api/library lists LibraryItems enriched with rgMbid + year
from the matching MonitoredRelease. Client renders a cover-art grid with a live
filter; clicking an album opens the AlbumModal (tracklist). Added Library to the
nav. The album-only overview to see everything downloaded.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan
2026-07-12 15:24:16 +02:00
parent d05d092d53
commit 4f6c5995f8
6 changed files with 123 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ import { usePathname } from "next/navigation";
const LINKS: { href: string; label: string }[] = [
{ href: "/", label: "The Floor" },
{ href: "/library", label: "Library" },
{ href: "/artists", label: "Artists" },
{ href: "/discover", label: "Discover" },
{ href: "/wanted", label: "Wanted" },