Use Fluxon modal

This commit is contained in:
Claudio Ortolina
2025-05-12 21:48:24 +01:00
parent 61aa5ae1fe
commit f3771c97c0
6 changed files with 24 additions and 95 deletions
@@ -284,8 +284,8 @@
<.modal
:if={@live_action == :edit}
id="record-modal"
show
on_cancel={JS.patch(~p"/collection/#{@record}")}
open
on_close={JS.patch(~p"/collection/#{@record}")}
>
<.live_component
module={MusicLibraryWeb.FormComponent}