summaryrefslogtreecommitdiff
path: root/internal/tui/eventstream
AgeCommit message (Expand)Author
2026-03-12refactor: extract shared syscall stream row modelPaul Buetow
2026-03-10Prefer EDITOR for stream export openerPaul Buetow
2026-03-09tui: export filtered stream rows from global CSV action (task 364)Paul Buetow
2026-03-08tui: unify table navigation and renderingPaul Buetow
2026-03-08tui: restore global filter stack and anchored matchesPaul Buetow
2026-03-08task 374: remove stream-local filter stackPaul Buetow
2026-03-08task 373: preserve stream history across filter restartPaul Buetow
2026-03-08task 372: restart tracing when filters changePaul Buetow
2026-03-08task 370: extract reusable trace filter modalPaul Buetow
2026-03-08task 366: extract shared global filter typesPaul Buetow
2026-03-08eventstream: surface close errors during CSV exportPaul Buetow
2026-03-06refactor: use interfaces for TUI runtime binding sources (task 382)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-05refactor(stream): back scrolling with viewport statePaul 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-03-01Route non-fatal event-loop warnings to TUIPaul Buetow
2026-02-27tui: add stream regex search and unify help visibilityPaul Buetow
2026-02-26tui: add paused stream CSV export and foreground editor openPaul Buetow
2026-02-26tui: add stackable enter-filters with esc undo in streamPaul Buetow
2026-02-26tui: add paused stream column selection and split pid/tidPaul Buetow
2026-02-26tui: polish fd trace view key handling and docsPaul Buetow
2026-02-26tui: add fd trace drilldown and fd column in streamPaul Buetow
2026-02-26tui: add paused stream row selection and highlightPaul Buetow
2026-02-25Fix stream paused scrolling and apply pending TUI/probe updatesPaul Buetow
2026-02-25Improve TUI layout and increase sparkline heightPaul Buetow
2026-02-25Clamp stream rows to single-line panel widthPaul Buetow
2026-02-25Polish stream filter UX and expand TUI viewportPaul Buetow
2026-02-25Add event stream model with filtering and scroll statePaul Buetow
2026-02-25Add event stream filter modalPaul Buetow
2026-02-25Add stream event table rendererPaul Buetow
2026-02-25Add event stream filtering and duration parsingPaul Buetow
2026-02-25Add thread-safe eventstream ring bufferPaul Buetow
2026-02-25Add TUI StreamEvent constructor and testsPaul Buetow