fix(web): show repository names on linked pull requests - #13061
juliusmarminge merged 3 commits into
Conversation
This comment has been minimized.
This comment has been minimized.
ApprovabilityVerdict: Approved at Macroscope's review found this PR approvable — This is a focused one-file UI fix that adds repository labels to loaded linked pull requests using existing truncation and tooltip components. It leaves data flow, interactions, unloaded-row behavior, and production configuration unchanged. You can add or adjust custom eligibility rules. Learn more. |
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. 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)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughWhen a snapshot is available, the pull request link row displays the repository name with middle truncation. Its tooltip still shows the full name. ChangesPull request metadata
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Bug fix Suggested reviewers: Merge Risk: ⚪ Minimal · up to This change improves repository identification while keeping the full name available on hover; no merge-blocking risk is evident. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
A tail cut on a long owner hides the repository name, so two linked PRs from the same owner read identically. Cut in the middle like the branch names beside it, keeping the name after the slash. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Dismissing prior approval to re-evaluate 720490a
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
## What's Changed * fix(web): show repository names on linked pull requests by @Bil0000 in pingdotgg/t3code#13061 **Full Changelog**: pingdotgg/t3code@v0.0.43-nightly.20260924.2200...v0.0.43-nightly.20260924.2213 Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.43-nightly.20260924.2213
Linked pull requests can have the same number in different repositories. Rows with a loaded PR snapshot currently hide the repository name.
Show the owner and repository on every linked PR row, with truncation and a tooltip for long names. Mobile already includes this label.
Verified with focused lint and the web typecheck. Verified in the Browser panel with two linked PRs that share #42 across different repositories.
Addresses #13050.
Made with GPT-5.6-Sol in the native Codex harness.
Summary by CodeRabbit