feat(tui): click-to-inspect sparkline tooltips #97
Reference in New Issue
Block a user
Delete Branch "feat/sparkline-tooltip"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Files
sparkline.go—resolveSparklineIndex()maps zone-relative X to data indexsparkline_test.go— table-driven tests for index resolutiontui.go—sparkTooltipIdxfield on Modelupdate.go—handleSparklineClick()+ Esc dismissal in detail viewview_dashboard.go—zones.Scan()enabled for detail viewview_detail.go— zone-marked sparklines + tooltip info line renderingTest plan
go build ./...passesgo test ./...passes (all packages)