Conversation
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. Important Review skippedReview was skipped as selected files did not have any reviewable changes. ⚙️ Run configurationConfiguration used: Repository: pingdotgg/t3code/.coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: pingdotgg/t3code/.coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 8 remain after this review. 📝 WalkthroughWalkthrough
ChangesPull request context display
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Feature Merge Risk: ⚪ Minimal · up to The repository label and full-path tooltip preserve the supported snapshot and fallback display behavior. No actionable merge risk remains. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@juliusmarminge this should be quick |
|
Superseded by #13061, which landed on main and already shows the repository name on linked pull request rows. Closing this PR as superseded. |
|
Superseded by #13061 (merged). |
What Changed
Rows in a thread's linked pull requests panel now show the repository name. It sits between the author and
head → base. The owner is dropped to save room. Hovering the name shows the fullhost/owner/repoin the standard tooltip.One file:
apps/web/src/components/pullRequest/ThreadPullRequestsPanel.tsx.Why
A thread often links pull requests from several repositories. The rows showed only author and branches, so rows from different repos looked the same. Branch names like
feat/x → stagingrepeat across repos and do not tell them apart. The full pull requests page already shows the repository in the same slot.UI Changes
All names, titles, branches, numbers, and times in the screenshots are placeholders.
Checked in a local web dev build: one thread, 8 linked pull requests across 7 repositories, each row shows its repository.
Checklist
Done by Claude Opus 5.5 in Claude Code.