Move "Scrobble" to secondary menu
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1402,7 +1402,6 @@ msgstr ""
|
||||
msgid "90d"
|
||||
msgstr ""
|
||||
|
||||
#: lib/music_library_web/components/layouts/app.html.heex
|
||||
#: lib/music_library_web/live/scrobble_live/index.ex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Scrobble"
|
||||
@@ -1484,3 +1483,8 @@ msgstr ""
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Wanna search for '%{query}' wishlist instead?"
|
||||
msgstr ""
|
||||
|
||||
#: lib/music_library_web/components/layouts/app.html.heex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Scrobble Anything"
|
||||
msgstr ""
|
||||
|
||||
@@ -1402,7 +1402,6 @@ msgstr ""
|
||||
msgid "90d"
|
||||
msgstr ""
|
||||
|
||||
#: lib/music_library_web/components/layouts/app.html.heex
|
||||
#: lib/music_library_web/live/scrobble_live/index.ex
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Scrobble"
|
||||
@@ -1484,3 +1483,8 @@ msgstr ""
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Wanna search for '%{query}' wishlist instead?"
|
||||
msgstr ""
|
||||
|
||||
#: lib/music_library_web/components/layouts/app.html.heex
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Scrobble Anything"
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user