From e519f355bc7cb0b753d957aec72b98d9ccb35b1f Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 20 Nov 2024 15:54:12 +0000 Subject: [PATCH] Add TODOs for component extraction --- .../live/collection_live/show.html.heex | 5 +-- .../live/wishlist_live/show.html.heex | 5 +-- priv/gettext/default.pot | 34 +++++++++---------- 3 files changed, 23 insertions(+), 21 deletions(-) diff --git a/lib/music_library_web/live/collection_live/show.html.heex b/lib/music_library_web/live/collection_live/show.html.heex index 384b7b2c..653f554d 100644 --- a/lib/music_library_web/live/collection_live/show.html.heex +++ b/lib/music_library_web/live/collection_live/show.html.heex @@ -25,7 +25,7 @@ @record.format ) %> · <%= Records.Record.type_long_label(@record.type) %>

- +
+
@@ -143,7 +144,7 @@
- +
<%= gettext("MusicBrainz data") %>
<%= Jason.encode!(@record.musicbrainz_data, pretty: true) %>
diff --git a/lib/music_library_web/live/wishlist_live/show.html.heex b/lib/music_library_web/live/wishlist_live/show.html.heex index 269d768d..3afadfb9 100644 --- a/lib/music_library_web/live/wishlist_live/show.html.heex +++ b/lib/music_library_web/live/wishlist_live/show.html.heex @@ -25,7 +25,7 @@ @record.format ) %> · <%= Records.Record.type_long_label(@record.type) %>

- +