-
Notifications
You must be signed in to change notification settings - Fork 2
[task] Render TUI PR detail and checks view #18
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
Show selected PR details and checks in the TUI.
Why this matters
A PR queue is only useful if maintainers can quickly see whether a PR is blocked by CI, pending review, or ready for follow-up.
Command/API target
Render
github.pr.viewandgithub.pr.checksdata for the selected PR.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.