index
:
ior
main
I/O Riot NG is an experiment with BPF.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
tui
/
tui.go
Age
Commit message (
Expand
)
Author
2026-03-18
refactor: extract keyboardState, filterState, processState sub-structs from t...
Paul Buetow
2026-03-18
refactor: split TraceRuntimeBindings into RuntimePublisher and RuntimeState (...
Paul Buetow
2026-03-18
refactor: pass flags.Config explicitly, remove flags.Get() from library code ...
Paul Buetow
2026-03-13
feat: add tui parquet recording controls
Paul Buetow
2026-03-12
feat: persist parquet recording across TUI restarts
Paul Buetow
2026-03-10
tui: split key normalization and help rendering (task 424)
Paul Buetow
2026-03-10
tui: hide stream buffer behind source interface (task 428)
Paul Buetow
2026-03-10
globalfilter: share compare-op symbol helper (task 374)
Paul Buetow
2026-03-09
tui: add reverse sorting for dashboard tables (task 364)
Paul Buetow
2026-03-09
tui: export filtered stream rows from global CSV action (task 364)
Paul Buetow
2026-03-08
tui: reserve p for pid picker
Paul Buetow
2026-03-08
tui: unify table navigation and rendering
Paul Buetow
2026-03-08
tui: restore global filter stack and anchored matches
Paul Buetow
2026-03-08
task 374: remove stream-local filter stack
Paul Buetow
2026-03-08
task 373: preserve stream history across filter restart
Paul Buetow
2026-03-08
task 372: restart tracing when filters change
Paul Buetow
2026-03-08
task 371: wire global filter modal into top-level TUI
Paul Buetow
2026-03-08
task 367: carry full trace filters through TUI context
Paul Buetow
2026-03-06
fix(tui): restore bubble modes and stabilize flame zoom lineage
Paul Buetow
2026-03-06
feat(tui): add flamegraph click lineage undo and scope quit key
Paul Buetow
2026-03-06
fix(tui): close help overlay on q instead of quitting
Paul Buetow
2026-03-06
feat(tui): add dashboard bubble viz and expand help shortcuts
Paul Buetow
2026-03-06
refactor: rename flags.Flags to flags.Config (task 383)
Paul Buetow
2026-03-06
refactor: use common panel style directly in tui (task 382)
Paul Buetow
2026-03-06
refactor: use interfaces for TUI runtime binding sources (task 382)
Paul Buetow
2026-03-06
refactor: move snapshot CSV export out of TUI (task 391)
Paul Buetow
2026-03-06
refactor: split TUI Model.Update into focused helpers (task 390)
Paul Buetow
2026-03-06
refactor: thread runtime flags through ior and tui (task 385)
Paul Buetow
2026-03-06
feat(tui): add flamegraph bytes metric toggle
Paul Buetow
2026-03-06
tui: add full-screen help overlay with H and esc close
Paul Buetow
2026-03-06
Fix real live flamegraph key handling and startup viewport sync
Paul Buetow
2026-03-06
Add live flamegraph test modes and dynamic synthetic live feed
Paul Buetow
2026-03-05
Normalize Go import grouping with local ior section
Paul Buetow
2026-03-05
Make flame tab default and fix flame hotkey routing
Paul Buetow
2026-03-05
task 354: wire dashboard flame tab to LiveTrie
Paul Buetow
2026-03-05
task 352: wire LiveTrie into TUI runtime bindings
Paul Buetow
2026-03-05
fix(tui): stabilize full-width layout and sparkline rendering
Paul Buetow
2026-03-05
feat(tui): set contextual window title
Paul Buetow
2026-03-05
feat(tui): handle keyboard enhancement capabilities
Paul Buetow
2026-03-05
feat(tui): pause dashboard refresh on terminal blur
Paul Buetow
2026-03-05
feat(tui): detect terminal theme and apply palettes
Paul Buetow
2026-03-05
refactor(tui): migrate source key handling to KeyPressMsg
Paul Buetow
2026-03-05
feat(tui): migrate Bubble Tea stack to charm.land v2
Paul Buetow
2026-03-02
Replace TUI service-locator globals with runtime bindings
Paul Buetow
2026-03-01
Thread runtime config instead of global flags reads
Paul Buetow
2026-02-26
tui: revamp status keys and add pid/tid reselection flow
Paul Buetow
2026-02-26
tui: add shortcut to reselect pid and restart tracing
Paul Buetow
2026-02-26
tui: fix and widen help overlay
Paul Buetow
2026-02-25
Fix stream paused scrolling and apply pending TUI/probe updates
Paul Buetow
2026-02-25
Render probes modal as standalone TUI overlay view
Paul Buetow
[next]