feat(tui): vim-style navigation and group sorting #174

Merged
lerko merged 3 commits from feat/vim-navigation into main 2026-07-22 01:27:36 +00:00

3 Commits

Author SHA1 Message Date
lerko ce3abda5b9 fix(build): bump Go 1.26.4 → 1.26.5 for GO-2026-5856 (crypto/tls)
CI / test (pull_request) Successful in 1m51s
CI / lint (pull_request) Successful in 1m12s
CI / vulncheck (pull_request) Successful in 51s
2026-07-21 20:56:40 -04:00
lerko ce3cfad7f8 fix(tui): sort groups by active sort column instead of fixed ID order
CI / test (pull_request) Successful in 2m9s
CI / lint (pull_request) Successful in 1m11s
CI / vulncheck (pull_request) Failing after 56s
2026-07-21 20:41:21 -04:00
lerko d6e6011b35 feat(tui): add vim-style navigation (gg, G, ctrl-u, ctrl-d)
All scrollable panels now support gg (top), G (bottom), ctrl-u (half
page up), and ctrl-d (half page down). Works across dashboard panels
(monitors, detail, maint, logs), fullscreen logs, fullscreen detail,
and settings. Uses a pendingG flag for the two-key gg sequence.
2026-07-21 19:37:26 -04:00