feat(nav): redesign navigation bar and add Browse/Community links
Enhance the navigation with a modern floating glass design, new Browse and Community dropdown links, and improved theme/blur toggles that now handle multiple instances. Update dropdown components with rounded styling and support for wider widths, refine nav-link active states, and add navigation feature tests.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
return [
|
||||
'home' => 'Startseite',
|
||||
'browse' => 'Stöbern',
|
||||
'community' => 'Community',
|
||||
'search' => 'Suche',
|
||||
'public-playlists' => 'Öffentliche Playlisten',
|
||||
'downloads' => 'Downloads',
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
return [
|
||||
'home' => 'Home',
|
||||
'browse' => 'Browse',
|
||||
'community' => 'Community',
|
||||
'search' => 'Search',
|
||||
'public-playlists' => 'Public Playlists',
|
||||
'downloads' => 'Downloads',
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
return [
|
||||
'home' => 'Accueil',
|
||||
'browse' => 'Parcourir',
|
||||
'community' => 'Communauté',
|
||||
'search' => 'Recherche',
|
||||
'public-playlists' => 'Playlists publiques',
|
||||
'downloads' => 'Téléchargements',
|
||||
|
||||
Reference in New Issue
Block a user