From 08b901cf1295d691816b6c1be9bc23b83bf068e8 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 6 Oct 2025 23:09:41 +0300 Subject: [PATCH] Replace "more" menu with standard ellipsis --- .../components/layouts/app.html.heex | 13 +++++++------ priv/gettext/default.pot | 6 +----- priv/gettext/en/LC_MESSAGES/default.po | 6 +----- 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/lib/music_library_web/components/layouts/app.html.heex b/lib/music_library_web/components/layouts/app.html.heex index 22307a78..533502e5 100644 --- a/lib/music_library_web/components/layouts/app.html.heex +++ b/lib/music_library_web/components/layouts/app.html.heex @@ -50,12 +50,13 @@ <.universal_search_trigger /> <.dropdown placement="bottom-end"> <:toggle> - + {gettext("Actions")} + <.icon + name="hero-ellipsis-vertical" + class="-mt-1 h-5 w-5 text-zinc-500 dark:text-zinc-400 cursor-pointer" + aria-hidden="true" + data-slot="icon" + /> <.dropdown_link href={~p"/scrobbled-tracks"}> <.icon diff --git a/priv/gettext/default.pot b/priv/gettext/default.pot index 8a8b45a3..56ffe060 100644 --- a/priv/gettext/default.pot +++ b/priv/gettext/default.pot @@ -783,11 +783,6 @@ msgstr "" msgid "Scrobble disc" 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 #, elixir-autogen, elixir-format msgid "Artist image refreshed successfully" @@ -898,6 +893,7 @@ msgstr "" msgid "Wishlisted on" msgstr "" +#: lib/music_library_web/components/layouts/app.html.heex #: lib/music_library_web/components/record_components.ex #: lib/music_library_web/live/artist_live/show.html.heex #: lib/music_library_web/live/collection_live/show.html.heex diff --git a/priv/gettext/en/LC_MESSAGES/default.po b/priv/gettext/en/LC_MESSAGES/default.po index d44a60a4..6373deb5 100644 --- a/priv/gettext/en/LC_MESSAGES/default.po +++ b/priv/gettext/en/LC_MESSAGES/default.po @@ -783,11 +783,6 @@ msgstr "" msgid "Scrobble disc" 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 #, elixir-autogen, elixir-format, fuzzy msgid "Artist image refreshed successfully" @@ -898,6 +893,7 @@ msgstr "" msgid "Wishlisted on" msgstr "" +#: lib/music_library_web/components/layouts/app.html.heex #: lib/music_library_web/components/record_components.ex #: lib/music_library_web/live/artist_live/show.html.heex #: lib/music_library_web/live/collection_live/show.html.heex