Expand usage of structured_modal/1

This commit is contained in:
Claudio Ortolina
2025-08-27 09:11:11 +03:00
parent e6955568e3
commit cd9176e397
8 changed files with 22 additions and 54 deletions
@@ -1,8 +1,6 @@
<.modal
<.structured_modal
:if={@show_modal}
id="universal-search-root"
class="md:min-w-2xl max-w-sm md:max-w-3xl mt-8"
placement="top"
open={@show_modal}
on_close={JS.push("close_modal", value: %{})}
>
@@ -103,4 +101,4 @@
<!-- Footer with keyboard shortcuts -->
<.keyboard_shortcuts total_results={@total_results} />
</.modal>
</.structured_modal>