Pulse/frontend-modern/src/components
Richard Courtman 97b9c6739c feat: add min/max temperature tracking for nodes
Track minimum and maximum CPU temperatures since monitoring started.
This provides better insight into temperature trends and cooling
adequacy over time.

Changes:
- Backend: Add CPUMin, CPUMaxRecord, MinRecorded, MaxRecorded fields
  to Temperature model
- Backend: Implement min/max tracking logic in monitoring cycle that
  preserves values across polling cycles
- Backend: Initialize min/max on first reading, update on extremes
- Frontend: Update Temperature TypeScript interface with new fields
- Frontend: Display min/max range in NodeCard tooltip (e.g., "52°C
  (48-67°C since monitoring started)")
- Frontend: Rebuild dist assets

Temperature display now shows:
- Current temperature with color coding (green/yellow/red)
- Tooltip with full min-max range and context
- Min/max tracked in-memory (resets on Pulse restart)

Example tooltip: "CPU: 52°C (48-67°C since monitoring started)"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-18 08:15:10 +00:00
..
__tests__ Unify API token reveal workflow 2025-10-15 22:58:31 +00:00
Alerts fix: expose network thresholds in override modal (#267) 2025-10-16 23:38:51 +00:00
Backups Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Dashboard feat: add min/max temperature tracking for nodes 2025-10-18 08:15: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 feat: add turnkey temperature monitoring for standalone nodes 2025-10-17 22:15:50 +00:00
shared fix: Add hasCPU/hasNVMe flags to prevent false 'no CPU sensor' errors 2025-10-13 10:17:17 +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