From 9ecbd470afcf02df424458131fce96a6fd2c4369 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 7 Jul 2025 13:48:00 +0100 Subject: [PATCH] Add button to copy selected release ID --- .../live/collection_live/show.html.heex | 27 +++++++++++++++++++ priv/gettext/default.pot | 5 ++++ priv/gettext/en/LC_MESSAGES/default.po | 5 ++++ 3 files changed, 37 insertions(+) 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 a0405cf1..17d1dabd 100644 --- a/lib/music_library_web/live/collection_live/show.html.heex +++ b/lib/music_library_web/live/collection_live/show.html.heex @@ -238,6 +238,33 @@ :if={@record.selected_release_id} release={Records.Record.selected_release(@record)} /> + @record.id} + class="hidden" + > + {@record.selected_release_id} + + +