Skip to content

feat: display CI build status on worktree cards#80

Merged
AmethystLiang merged 1 commit intomainfrom
AmethystLiang/displayCIBuildStatus
Mar 24, 2026
Merged

feat: display CI build status on worktree cards#80
AmethystLiang merged 1 commit intomainfrom
AmethystLiang/displayCIBuildStatus

Conversation

@AmethystLiang
Copy link
Copy Markdown
Contributor

Summary

  • Show CI check status icons (success/failure/pending) next to the branch name on worktree cards
  • Return neutral instead of pending when no CI checks exist to avoid misleading spinner
  • Fix pre-existing lint errors in client.ts (curly braces, array-type)

Test plan

  • Verify worktree cards show correct CI status icons for PRs with passing/failing/pending checks
  • Verify no icon is shown when there are no CI checks (neutral status)
  • Verify tooltip shows correct label on hover

🤖 Generated with Claude Code

Show CI check status icons (success/failure/pending) next to the branch
name on worktree cards. Return 'neutral' instead of 'pending' when no
CI checks exist to avoid showing a misleading spinner. Fix lint errors
in client.ts (curly braces, array-type).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@AmethystLiang AmethystLiang merged commit 598f7c1 into main Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant