feat(web): /lastfm browse page (artists/albums tabs, hide-in-library, follow/want)

This commit is contained in:
Jonathan
2026-07-13 19:08:12 +02:00
parent ecdad88973
commit 7e1515fa99
3 changed files with 351 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ const LINKS: { href: string; label: string }[] = [
{ href: "/library", label: "Library" },
{ href: "/artists", label: "Artists" },
{ href: "/discover", label: "Discover" },
{ href: "/lastfm", label: "Last.fm" },
{ href: "/wanted", label: "Wanted" },
];