summaryrefslogtreecommitdiff
path: root/internal/tui/eventstream
AgeCommit message (Expand)Author
2026-05-20task 27: assert non-zero requested_sleep_ns in CSV export testPaul Buetow
2026-05-20task 27: add KindSleep and requested sleep metricPaul Buetow
2026-05-19t6 address family recording reviewPaul Buetow
2026-05-18t6 add syscall family dashboard aggregationPaul Buetow
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-13fix: prevent path traversal in TUI stream CSV export filenamePaul Buetow
2026-05-13fix: use shell-aware tokenizer in resolveEditorCommand to handle EDITOR paths...Paul Buetow
2026-05-13split globalfilter presentation and parsing into sub-packagesPaul Buetow
2026-05-12invert dependency: internal no longer imports internal/tuiPaul Buetow
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