Pulse/frontend-modern/src/components
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
..
__tests__ Unify API token reveal workflow 2025-10-15 22:58:31 +00:00
Alerts fix: improve discovery performance and reliability 2025-10-18 22:59:40 +00:00
Backups Adjust backup and snapshot alert handling 2025-10-18 20:11:01 +00:00
Dashboard feat: display temperature min/max range in tooltip and remove unused NodeCard 2025-10-18 08:57:10 +00:00
Docker Add Add Host shortcut to Docker hosts list 2025-10-14 13:24:24 +00:00
icons Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
PMG Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Proxmox Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Settings fix: improve discovery performance and reliability 2025-10-18 22:59:40 +00:00
shared Adjust backup and snapshot alert handling 2025-10-18 20:11:01 +00:00
Storage Fix false ZFS log/cache warnings 2025-10-14 20:57:43 +00:00
Toast Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
DemoBanner.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
ErrorBoundary.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
FirstRunSetup.tsx feat: add turnkey temperature monitoring for standalone nodes 2025-10-17 22:15:50 +00:00
LegacySSHBanner.tsx Document optional host-script upgrade path 2025-10-14 13:19:38 +00:00
Login.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
NotificationContainer.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
NotificationToast.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
SecurityWarning.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
TokenRevealDialog.tsx Add reusable API token reveal dialog 2025-10-15 22:45:14 +00:00
UpdateBanner.tsx fix: Update modal now properly detects when update completes 2025-10-12 18:25:38 +00:00
UpdateConfirmationModal.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
UpdateProgressModal.tsx fix: Update test version fallback and fix lint warnings #64 2025-10-13 15:50:23 +00:00