-
Notifications
You must be signed in to change notification settings - Fork 2
[task] Render GitHub workflow queue in TUI #13
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
Replace the placeholder TUI dashboard with the first GitHub workflow queue view.
Why this matters
The TUI is one of Nexgit's main product surfaces. It should prove that app-server/workflow data can become a useful keyboard-first local GitHub dashboard.
Command/API target
Use shared Rust workflow data for issues and PRs once the v0.1 app-server data methods exist.
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 in the PR description.Contributor notes
Keep the layout simple. This issue is the first useful TUI surface, not the final product design.