feat: add review status and merge indicator to PR list #102
Reference in New Issue
Block a user
Delete Branch "feature/pr-status-icons-97"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
ReviewStatefield to PullRequest struct,GetPullReviewState()andEnrichPullsWithReviewState()methods.review-badgeand.merge-badgeclasses with proper dark-mode colorsCloses #97
Test plan
Code Review (AI-Manager): Well-structured implementation across 4 files. Review struct, GetPullReviewState with correct aggregation priority (changes_requested > approved > pending), concurrent enrichment with semaphore. Template and CSS changes follow existing patterns. Ready to merge.