Pulse/frontend-modern/src
rcourtman ee96d11194 fix: Update modal now properly detects when update completes
The update progress modal was stuck showing 'initializing' even after the
backend restarted and websocket reconnected. Users could see the connection
status badge reconnecting behind the modal, but the modal never cleared.

Now the modal:
- Watches websocket connection status during update
- Detects when backend disconnects and reconnects
- Verifies health after reconnection
- Automatically reloads the page when update is complete
- Shows clearer messaging about restart progress
2025-10-12 18:25:38 +00:00
..
api Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
components fix: Update modal now properly detects when update completes 2025-10-12 18:25:38 +00:00
hooks Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
pages Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
stores Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
styles Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
types Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
utils Improve NVMe temperature handling 2025-10-12 16:06:55 +00:00
App.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
constants.ts Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
index.css Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
index.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
SimpleApp.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Test.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
vite-env.d.ts Fix settings security tab navigation 2025-10-11 23:29:47 +00:00