Replace "more" menu with standard ellipsis

This commit is contained in:
Claudio Ortolina
2025-10-06 23:09:41 +03:00
parent acff351577
commit 08b901cf12
3 changed files with 9 additions and 16 deletions
@@ -50,12 +50,13 @@
<.universal_search_trigger /> <.universal_search_trigger />
<.dropdown placement="bottom-end"> <.dropdown placement="bottom-end">
<:toggle> <:toggle>
<button class="flex items-center text-zinc-500 hover:text-zinc-700 dark:text-zinc-300 dark:hover:text-zinc-200 gap-x-2"> <span class="sr-only">{gettext("Actions")}</span>
<div class="text-sm font-semibold "> <.icon
{gettext("More")} name="hero-ellipsis-vertical"
</div> class="-mt-1 h-5 w-5 text-zinc-500 dark:text-zinc-400 cursor-pointer"
<.icon name="hero-chevron-down" class="h-4 w-4" /> aria-hidden="true"
</button> data-slot="icon"
/>
</:toggle> </:toggle>
<.dropdown_link href={~p"/scrobbled-tracks"}> <.dropdown_link href={~p"/scrobbled-tracks"}>
<.icon <.icon
+1 -5
View File
@@ -783,11 +783,6 @@ msgstr ""
msgid "Scrobble disc" msgid "Scrobble disc"
msgstr "" msgstr ""
#: lib/music_library_web/components/layouts/app.html.heex
#, elixir-autogen, elixir-format
msgid "More"
msgstr ""
#: lib/music_library_web/live/artist_live/show.ex #: lib/music_library_web/live/artist_live/show.ex
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Artist image refreshed successfully" msgid "Artist image refreshed successfully"
@@ -898,6 +893,7 @@ msgstr ""
msgid "Wishlisted on" msgid "Wishlisted on"
msgstr "" msgstr ""
#: lib/music_library_web/components/layouts/app.html.heex
#: lib/music_library_web/components/record_components.ex #: lib/music_library_web/components/record_components.ex
#: lib/music_library_web/live/artist_live/show.html.heex #: lib/music_library_web/live/artist_live/show.html.heex
#: lib/music_library_web/live/collection_live/show.html.heex #: lib/music_library_web/live/collection_live/show.html.heex
+1 -5
View File
@@ -783,11 +783,6 @@ msgstr ""
msgid "Scrobble disc" msgid "Scrobble disc"
msgstr "" msgstr ""
#: lib/music_library_web/components/layouts/app.html.heex
#, elixir-autogen, elixir-format
msgid "More"
msgstr ""
#: lib/music_library_web/live/artist_live/show.ex #: lib/music_library_web/live/artist_live/show.ex
#, elixir-autogen, elixir-format, fuzzy #, elixir-autogen, elixir-format, fuzzy
msgid "Artist image refreshed successfully" msgid "Artist image refreshed successfully"
@@ -898,6 +893,7 @@ msgstr ""
msgid "Wishlisted on" msgid "Wishlisted on"
msgstr "" msgstr ""
#: lib/music_library_web/components/layouts/app.html.heex
#: lib/music_library_web/components/record_components.ex #: lib/music_library_web/components/record_components.ex
#: lib/music_library_web/live/artist_live/show.html.heex #: lib/music_library_web/live/artist_live/show.html.heex
#: lib/music_library_web/live/collection_live/show.html.heex #: lib/music_library_web/live/collection_live/show.html.heex