- New useCpuLive hook: dedicated 1s React Query poll for CPU/loadAvg
- CpuChart x-axis labels every 5 data points (= every 5 seconds)
- 60-point visible window (last 60 seconds)
- Removed useCpuHistory in favour of useCpuLive in dashboard
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Scrolling chart: latest point always anchors to right edge, older points flow left
- LIVE pulsing red badge
- Color-coded CPU%: green/amber/red based on load level
- Load average chips (1m/5m/15m) with color-coded borders
- NOW marker line at right edge
- Smooth cubic-bezier transitions on path, dot, and area
- Gradient fill color adapts to CPU status
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Dockerfile with multi-stage build (builder + production)
- docker-compose.yml for EC2 deployment with SSH localhost
- Add status.eventifyplus.com to CORS origins
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>