diff --git a/lib/music_library_web/components/layouts/app.html.heex b/lib/music_library_web/components/layouts/app.html.heex index 031c675a..d4875f91 100644 --- a/lib/music_library_web/components/layouts/app.html.heex +++ b/lib/music_library_web/components/layouts/app.html.heex @@ -35,15 +35,6 @@ /> {gettext("Wishlist")} - <.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")} -
@@ -61,6 +52,15 @@ /> + <.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 href={~p"/scrobbled-tracks"}> <.icon name="hero-musical-note" diff --git a/priv/gettext/default.pot b/priv/gettext/default.pot index e6d7afd2..1f9cb3da 100644 --- a/priv/gettext/default.pot +++ b/priv/gettext/default.pot @@ -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 "" diff --git a/priv/gettext/en/LC_MESSAGES/default.po b/priv/gettext/en/LC_MESSAGES/default.po index e1861170..2335c842 100644 --- a/priv/gettext/en/LC_MESSAGES/default.po +++ b/priv/gettext/en/LC_MESSAGES/default.po @@ -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 ""