60e02ca4533f54a54750a419b094c5e48dcb3fcf
Modals rendered inside <Suspense> were unmounted each time the host resource re-fetched, killing their reactive subscriptions and preventing them from reopening. Moving them to the <div> level above <Suspense> keeps them alive across re-fetches. The auto-close Effect for the add-app modal is also moved from AddAppModal to HostDetailPage so it is never recreated across open/close cycles, avoiding the stale-value re-trigger bug. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Rust
86.4%
CSS
12.9%
HTML
0.7%