-
Notifications
You must be signed in to change notification settings - Fork 2
[task] Render GitHub PR list in TUI #17
Copy link
Copy link
Open
Labels
area: tuiTerminal UI layout, input handling, and Ratatui behavior.Terminal UI layout, input handling, and Ratatui behavior.help wantedMaintainers would welcome a community contribution on this work.Maintainers would welcome a community contribution on this work.kind: featureA user-facing capability request.A user-facing capability request.
Milestone
Metadata
Metadata
Assignees
Labels
area: tuiTerminal UI layout, input handling, and Ratatui behavior.Terminal UI layout, input handling, and Ratatui behavior.help wantedMaintainers would welcome a community contribution on this work.Maintainers would welcome a community contribution on this work.kind: featureA user-facing capability request.A user-facing capability request.
Goal
Add a dedicated TUI pull request list view backed by shared GitHub workflow data.
Why this matters
Maintainers repeatedly scan PR queues for review, CI, and merge status. The TUI should make that queue fast to inspect from the terminal.
Command/API target
Render
github.pr.listdata in a keyboard-navigable TUI view.Depends on
Out of scope
Definition of done
Verification
cargo fmt --all --checkcargo check --workspacecargo run -p nexgit-cli -- tuiand include a screenshot or concise manual observation.