feat: implement library page with recent albums and navigation links

This commit is contained in:
2025-07-12 18:20:56 +00:00
committed by GitHub
parent 3eb16a7b7a
commit 437640c9a9
3 changed files with 233 additions and 10 deletions

View File

@@ -13,9 +13,7 @@ interface NavItem {
const navigationItems: NavItem[] = [
{ href: '/', label: 'Home', icon: Home },
{ href: '/search', label: 'Search', icon: Search },
{ href: '/library/albums', label: 'Albums', icon: Disc },
{ href: '/library/artists', label: 'Artists', icon: Users },
{ href: '/favorites', label: 'Favorites', icon: Heart },
{ href: '/library', label: 'Library', icon: Music },
{ href: '/queue', label: 'Queue', icon: List },
];