-
Notifications
You must be signed in to change notification settings - Fork 2
[task] Render GitHub issue list in TUI #16
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 issue list view backed by shared GitHub workflow data.
Why this matters
Issue triage is a common contributor and maintainer workflow. A focused issue list makes Nexgit useful before the full dashboard is complete.
Command/API target
Render
github.issue.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.