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 765904d3..315287f5 100644 --- a/lib/music_library_web/live/collection_live/show.html.heex +++ b/lib/music_library_web/live/collection_live/show.html.heex @@ -9,23 +9,10 @@
-
-

- <.artist_links joinphrase_class="text-sm" artists={@record.artists} /> -

-

- {@record.title} -

-

- <.record_colors record={@record} /> - - {Records.Record.format_release_date(@record.release_date)} · {format_label( - @record.format - )} · {type_label(@record.type)} - -

-
-
+

+ <.artist_links joinphrase_class="text-sm" artists={@record.artists} /> +

+
+
+

+ {@record.title} +

+

+ <.record_colors record={@record} /> + + {Records.Record.format_release_date(@record.release_date)} · {format_label( + @record.format + )} · {type_label(@record.type)} + +

+
<%!-- TODO: replace with OSS version --%>
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 a70caa65..601086fd 100644 --- a/lib/music_library_web/live/wishlist_live/show.html.heex +++ b/lib/music_library_web/live/wishlist_live/show.html.heex @@ -9,22 +9,9 @@
-
-

- <.artist_links joinphrase_class="text-sm" artists={@record.artists} /> -

-

- {@record.title} -

-

- <.record_colors record={@record} /> - {Records.Record.format_release_date(@record.release_date)} - - ({gettext("Unreleased")}) - - · {format_label(@record.format)} · {type_label(@record.type)} -

-
+

+ <.artist_links joinphrase_class="text-sm" artists={@record.artists} /> +

<.dropdown id={"actions-#{@record.id}"} placement="bottom-end"> <:toggle class="h-5 block"> {gettext("Actions")} @@ -149,6 +136,19 @@
+
+

+ {@record.title} +

+

+ <.record_colors record={@record} /> + {Records.Record.format_release_date(@record.release_date)} + + ({gettext("Unreleased")}) + + · {format_label(@record.format)} · {type_label(@record.type)} +

+
<%!-- TODO: replace with OSS version --%>