Current
Cards show a CI rollup and an unresolved-thread count, but the actual review comments (author, file, line, body, resolution state) are not surfaced anywhere in the UI. Users must open GitHub to read them.
Proposed
Add a review-comments tab (or section) on the card detail view. For each thread: author, file path, line number, comment body, and resolution state. Group by thread; show resolved threads collapsed.
Rationale
GraphQL reviewThreads is already fetched by the PR-tracking spec — the data is on the client. Not surfacing it forces a context switch to GitHub for every review round.
Ref: specs/review/pr-tracking.feature
Current
Cards show a CI rollup and an unresolved-thread count, but the actual review comments (author, file, line, body, resolution state) are not surfaced anywhere in the UI. Users must open GitHub to read them.
Proposed
Add a review-comments tab (or section) on the card detail view. For each thread: author, file path, line number, comment body, and resolution state. Group by thread; show resolved threads collapsed.
Rationale
GraphQL
reviewThreadsis already fetched by the PR-tracking spec — the data is on the client. Not surfacing it forces a context switch to GitHub for every review round.Ref:
specs/review/pr-tracking.feature