Skip to content

[task] Render GitHub workflow queue in TUI #13

@phongndo

Description

@phongndo

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

  • Do not implement checks or review-detail rendering in this issue.
  • Do not call GitHub directly from UI rendering code.
  • Do not build desktop UI here.

Definition of done

  • TUI shows current repo/auth state.
  • TUI shows a combined or tabbed issue/PR queue from shared workflow data.
  • Loading, no-auth, no-repo, empty, and error states are readable.

Verification

  • cargo fmt --all --check
  • cargo check --workspace
  • Run cargo run -p nexgit-cli -- tui and 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: tuiTerminal UI layout, input handling, and Ratatui behavior.help wantedMaintainers would welcome a community contribution on this work.kind: featureA user-facing capability request.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions