You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(status-pages): add colored sparkline chart to table view
Replace simple UP/DOWN text signal with a 30-day sparkline chart using
colored Unicode block characters. Each character represents one day:
green █ = operational, red █ = outage, dim · = before monitoring started.
- buildSparkline() generates per-provider 30-day uptime chart
- ANSI green/red/dim coloring for at-a-glance visual scanning
- Injectable timeNow for deterministic test assertions
- 23 tests including sparkline rendering, color output, edge cases
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments