Implement TUI event handling.
Key bindings
- j/k or arrows: sibling navigation
- h/l or arrows: parent/child navigation
- Enter: compose mode, then submit
- Tab: toggle ops detail
- J: mark for join
- /: search
- q: quit
Functions
handleEvent :: BrickEvent Name e -> EventM Name TuiState ()
File
Omni/Agent/Graph/Tui/Events.hs