Commit Graph

3 Commits

Author SHA1 Message Date
lerko b361821d11 Reapply "feat(tui): overhaul latency sparkline scaling, color, and layout"
CI / lint (pull_request) Has been cancelled
CI / vulncheck (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
This reverts commit e53077fe70.
2026-06-04 19:37:33 -04:00
lerko e53077fe70 Revert "feat(tui): overhaul latency sparkline scaling, color, and layout"
This reverts commit 63926e2932.
2026-06-04 19:37:20 -04:00
lerko 63926e2932 feat(tui): overhaul latency sparkline scaling, color, and layout
Replace misleading relative-only sparkline with dual-channel design:
bar height uses relative scaling (shows stability and anomalies),
color+brightness uses absolute thresholds (shows fast vs slow).

- Add brightness gradient within color bands (dim→bright as latency
  increases toward the next threshold)
- Pass row background through sparkline rendering so zebra stripes
  and selection highlights carry through ANSI sequences
- Cap sparkline width to 60 (matches maxHistoryLen) and column
  width to 62 to eliminate trailing dead space
- Quiet group sparkline: subtle dots for healthy, bold red for down
- Add braille subpixel canvas (ported from meridian) for future
  multi-row graph use
2026-06-04 19:32:02 -04:00