index
:
ior
develop
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
/
dashboard
/
processes.go
Age
Commit message (
Expand
)
Author
2026-05-13
extract generic sortedWithState helper to deduplicate tab sort logic
Paul Buetow
2026-05-13
perf: replace string += concatenation with strings.Builder in TUI render hot ...
Paul Buetow
2026-03-09
tui: add reverse sorting for dashboard tables (task 364)
Paul Buetow
2026-03-09
tui: add sortable processes dashboard table (task 365)
Paul Buetow
2026-03-08
tui: unify table navigation and rendering
Paul Buetow
2026-03-08
tui: add process-tab enter filter push
Paul Buetow
2026-03-06
refactor(tui): add dashboard viz mode registry (task 382)
Paul Buetow
2026-03-06
feat(tui): add dashboard bubble viz and expand help shortcuts
Paul Buetow
2026-03-05
Normalize Go import grouping with local ior section
Paul Buetow
2026-03-05
feat(tui): migrate Bubble Tea stack to charm.land v2
Paul Buetow
2026-03-01
Thread runtime config instead of global flags reads
Paul Buetow
2026-02-24
tui: address review feedback for dashboard and export
Paul Buetow
2026-02-24
tui: add dashboard processes table tab
Paul Buetow