-
Notifications
You must be signed in to change notification settings - Fork 2
[task] Render TUI review comments view #19
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 PR review comments or review threads in the TUI.
Why this matters
Review context is one of the workflow areas that often sends users back to GitHub web. Nexgit should make unresolved review work visible locally.
Command/API target
Render
github.pr.reviewThreadsdata 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.