Pulse/frontend-modern/src
rcourtman b640347a78 fix: improve discovery performance and reliability
Discovery Fixes:
- Always update cache even when scan finds no servers (prevents stale data)
- Remove automatic re-add of deleted nodes to discovery (was causing confusion)
- Optimize Docker subnet scanning from 762 IPs to 254 IPs (3x faster)
- Add getHostSubnetFromGateway() to detect host network from container

Frontend Type Fixes:
- Fix ThresholdsTable editScope type errors
- Fix SnapshotAlertConfig index signature
- Remove unused variable in Settings.tsx

These changes make discovery faster, more reliable, and fix the issue where
deleted nodes would persist in the discovery cache or immediately reappear.
2025-10-18 22:59:40 +00:00
..
api Add Apprise notification integration (#570) 2025-10-18 16:39:39 +00:00
components fix: improve discovery performance and reliability 2025-10-18 22:59:40 +00:00
hooks Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
pages Adjust backup and snapshot alert handling 2025-10-18 20:11:01 +00:00
stores Adjust backup and snapshot alert handling 2025-10-18 20:11:01 +00:00
styles Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
test feat: enhance alerts system with tests and improved thresholds 2025-10-15 22:25:04 +00:00
types Adjust backup and snapshot alert handling 2025-10-18 20:11:01 +00:00
utils Improve NVMe temperature handling 2025-10-12 16:06:55 +00:00
App.tsx Adjust backup and snapshot alert handling 2025-10-18 20:11:01 +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