diff --git a/lib/music_library_web/live/scrobble_rules_live/index.html.heex b/lib/music_library_web/live/scrobble_rules_live/index.html.heex index cd41f065..73dbf9ff 100644 --- a/lib/music_library_web/live/scrobble_rules_live/index.html.heex +++ b/lib/music_library_web/live/scrobble_rules_live/index.html.heex @@ -32,69 +32,74 @@
- <.table> - <.table_head> - <:col>{gettext("Type")} - <:col>{gettext("Match Value")} - <:col>{gettext("Target MusicBrainz ID")} - <:col>{gettext("Status")} - <:col>{gettext("Description")} - <:col>{gettext("Created")} - <:col> - - <.table_body phx-update="stream" id="scrobble-rules"> - <.table_row :for={{dom_id, scrobble_rule} <- @streams.scrobble_rules} id={dom_id}> - <:cell> - <.type_badge type={scrobble_rule.type} /> - - <:cell>{scrobble_rule.match_value} - <:cell class="whitespace-nowrap font-mono">{scrobble_rule.target_musicbrainz_id} - <:cell> +
<.modal diff --git a/priv/gettext/default.pot b/priv/gettext/default.pot index 546a3c81..a1ff1817 100644 --- a/priv/gettext/default.pot +++ b/priv/gettext/default.pot @@ -201,7 +201,6 @@ msgid "Total wishlist" msgstr "" #: lib/music_library_web/components/form_component.ex -#: lib/music_library_web/live/scrobble_rules_live/index.html.heex #, elixir-autogen, elixir-format msgid "Type" msgstr "" @@ -991,16 +990,6 @@ msgstr "" msgid "Artist Name" msgstr "" -#: lib/music_library_web/live/scrobble_rules_live/index.html.heex -#, elixir-autogen, elixir-format -msgid "Created" -msgstr "" - -#: lib/music_library_web/live/scrobble_rules_live/index.html.heex -#, elixir-autogen, elixir-format -msgid "Description" -msgstr "" - #: lib/music_library_web/live/scrobble_rules_live/form_component.ex #, elixir-autogen, elixir-format msgid "Description (optional)" @@ -1027,7 +1016,6 @@ msgid "Error applying rule: %{reason}" msgstr "" #: lib/music_library_web/live/scrobble_rules_live/form_component.ex -#: lib/music_library_web/live/scrobble_rules_live/index.html.heex #, elixir-autogen, elixir-format msgid "Match Value" msgstr "" @@ -1079,13 +1067,7 @@ msgstr "" msgid "Select a rule type" msgstr "" -#: lib/music_library_web/live/scrobble_rules_live/index.html.heex -#, elixir-autogen, elixir-format -msgid "Status" -msgstr "" - #: lib/music_library_web/live/scrobble_rules_live/form_component.ex -#: lib/music_library_web/live/scrobble_rules_live/index.html.heex #, elixir-autogen, elixir-format msgid "Target MusicBrainz ID" msgstr "" diff --git a/priv/gettext/en/LC_MESSAGES/default.po b/priv/gettext/en/LC_MESSAGES/default.po index 03c45230..986e2e84 100644 --- a/priv/gettext/en/LC_MESSAGES/default.po +++ b/priv/gettext/en/LC_MESSAGES/default.po @@ -201,7 +201,6 @@ msgid "Total wishlist" msgstr "" #: lib/music_library_web/components/form_component.ex -#: lib/music_library_web/live/scrobble_rules_live/index.html.heex #, elixir-autogen, elixir-format msgid "Type" msgstr "" @@ -991,16 +990,6 @@ msgstr "" msgid "Artist Name" msgstr "" -#: lib/music_library_web/live/scrobble_rules_live/index.html.heex -#, elixir-autogen, elixir-format -msgid "Created" -msgstr "" - -#: lib/music_library_web/live/scrobble_rules_live/index.html.heex -#, elixir-autogen, elixir-format -msgid "Description" -msgstr "" - #: lib/music_library_web/live/scrobble_rules_live/form_component.ex #, elixir-autogen, elixir-format msgid "Description (optional)" @@ -1027,7 +1016,6 @@ msgid "Error applying rule: %{reason}" msgstr "" #: lib/music_library_web/live/scrobble_rules_live/form_component.ex -#: lib/music_library_web/live/scrobble_rules_live/index.html.heex #, elixir-autogen, elixir-format msgid "Match Value" msgstr "" @@ -1079,13 +1067,7 @@ msgstr "" msgid "Select a rule type" msgstr "" -#: lib/music_library_web/live/scrobble_rules_live/index.html.heex -#, elixir-autogen, elixir-format, fuzzy -msgid "Status" -msgstr "" - #: lib/music_library_web/live/scrobble_rules_live/form_component.ex -#: lib/music_library_web/live/scrobble_rules_live/index.html.heex #, elixir-autogen, elixir-format msgid "Target MusicBrainz ID" msgstr ""