Group status labels in scrobble activity

This commit is contained in:
Claudio Ortolina
2024-12-23 17:49:15 +00:00
parent 1102c40d16
commit b88b77cb78
2 changed files with 45 additions and 43 deletions
@@ -128,6 +128,7 @@
</div> </div>
</div> </div>
<div class="flex gap-2">
<span <span
:if={track.album.musicbrainz_id == ""} :if={track.album.musicbrainz_id == ""}
class={[ class={[
@@ -167,6 +168,7 @@
> >
{gettext("Wishlisted")} {gettext("Wishlisted")}
</span> </span>
</div>
<div <div
:if={ :if={
+4 -4
View File
@@ -354,17 +354,17 @@ msgid "Scrobble activity"
msgstr "" msgstr ""
#: lib/music_library_web/live/record_live/import_component.ex:80 #: lib/music_library_web/live/record_live/import_component.ex:80
#: lib/music_library_web/live/stats_live/index.html.heex:187 #: lib/music_library_web/live/stats_live/index.html.heex:189
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Choose which format to import" msgid "Choose which format to import"
msgstr "" msgstr ""
#: lib/music_library_web/live/stats_live/index.html.heex:155 #: lib/music_library_web/live/stats_live/index.html.heex:156
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Collected" msgid "Collected"
msgstr "" msgstr ""
#: lib/music_library_web/live/stats_live/index.html.heex:168 #: lib/music_library_web/live/stats_live/index.html.heex:169
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Wishlisted" msgid "Wishlisted"
msgstr "" msgstr ""
@@ -414,7 +414,7 @@ msgstr ""
msgid "Error refreshing cover" msgid "Error refreshing cover"
msgstr "" msgstr ""
#: lib/music_library_web/live/stats_live/index.html.heex:142 #: lib/music_library_web/live/stats_live/index.html.heex:143
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "No MB ID" msgid "No MB ID"
msgstr "" msgstr ""