summaryrefslogtreecommitdiff
path: root/internal/tui/probes
AgeCommit message (Expand)Author
2026-05-13refactor: break down functions exceeding 50 lines into smaller helpersPaul Buetow
2026-05-13perf: replace string += concatenation with strings.Builder in TUI render hot ...Paul Buetow
2026-05-13add compile-time interface assertions for public types (task c4)Paul Buetow
2026-05-13improve unit test coverage to >=60% in probes, common, export, streamrow, pid...Paul Buetow
2026-03-05Normalize Go import grouping with local ior sectionPaul Buetow
2026-03-05Add package-level docs across internal packagesPaul Buetow
2026-03-05feat(tui): detect terminal theme and apply palettesPaul Buetow
2026-03-05refactor(tui): migrate source key handling to KeyPressMsgPaul Buetow
2026-03-05feat(tui): migrate Bubble Tea stack to charm.land v2Paul Buetow
2026-02-25Fix stream paused scrolling and apply pending TUI/probe updatesPaul Buetow
2026-02-25Fix probes bulk toggles and stabilize modal row renderingPaul Buetow
2026-02-25Add runtime probes modal model for TUIPaul Buetow