Move "Scrobble" to secondary menu

This commit is contained in:
Claudio Ortolina
2025-10-17 20:25:59 +01:00
parent d983f1a86d
commit 3713bd699f
3 changed files with 19 additions and 11 deletions
@@ -35,15 +35,6 @@
/>
{gettext("Wishlist")}
</.nav_link>
<.nav_link route={~p"/scrobble"} section={:scrobble} current_section={@current_section}>
<.icon
name="hero-play"
class="max-sm:hidden h-4 w-4 mr-2"
aria-hidden="true"
data-slot="icon"
/>
{gettext("Scrobble")}
</.nav_link>
</div>
</div>
<div class="flex items-center">
@@ -61,6 +52,15 @@
/>
</.button>
</:toggle>
<.dropdown_link href={~p"/scrobble"}>
<.icon
name="hero-play"
class="h-4 w-4 mr-2"
aria-hidden="true"
data-slot="icon"
/>
{gettext("Scrobble Anything")}
</.dropdown_link>
<.dropdown_link href={~p"/scrobbled-tracks"}>
<.icon
name="hero-musical-note"