feat(dashboard): Tab toggle + per-pane selection state #40
Reference in New Issue
Block a user
Delete Branch "chunk-3-pane-selection"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
PRD 0019 chunk 3. The TUI now has two focusable panes — proposals and agents — and
Tabtoggles which one thej/k/arrow keys move through. Each pane keeps its own selection index, so switching panes doesn't lose the position in the other.Visual model:
"(focused)"after the colon.>cursor + reverse-video row appear only in the focused pane.[selected: dev-abc12]) — or[no active agents]/[no agent selected]when there's nothing to point at. Sets up chunk 4 wheree/puse that selection.Footer reshuffled to surface the new shortcut:
Proposal action keys (
a/m/r/Enter) are gated on the proposals pane being focused — pressing them with the agents pane focused is a no-op.e/pstill use the global discover-and-prompt flow for one more chunk; chunk 4 swaps them to read the agents-pane selection.Status
_selection_status)