Files
Christophe Bliard 029864a859 refactor: use more conventional way to render the progress modal
Render it using our component wrapper and
`update_via_turbo_stream(method: "morph")`. Move `<turbo-frame>` of
progress modal from component to the view to avoid double rendering of
the turbo-frame tag.

Inspired by PR #18152 where a similar was done for date picker modal.
2025-07-03 11:26:20 +02:00
..