fix(web): hide back button for single linked pull requests - #11520
Conversation
ApprovabilityVerdict: Approved at Macroscope's review found this PR approvable — This is a focused one-file UI bug fix that hides an unnecessary back button when a thread has only one visible linked pull request. Existing pull-request availability and data behavior remain unchanged, with no schema, security, infrastructure, or default-setting impact. Notes:
You can add or adjust custom eligibility rules. Learn more. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .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; 6 remain after this review. 📝 WalkthroughWalkthroughChangesPull Request Navigation
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Bug fix Suggested reviewers: Merge Risk: ⚪ Minimal · up to This change safely hides the back button for standalone linked pull requests while preserving navigation for lists with multiple pull requests. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Dismissing prior approval to re-evaluate 8b143c4
## What's Changed * feat(web): switch saved environments off instead of removing them by @t3dotgg in pingdotgg/t3code#11478 * fix(mobile): stop crashing on launch when a thread has a PR stack by @juliusmarminge in pingdotgg/t3code#11486 * fix(mobile): stop alerting that shared content vanished after sending it by @juliusmarminge in pingdotgg/t3code#11487 * feat(web): add opt-in thread notifications and sounds by @maria-rcks in pingdotgg/t3code#11481 * fix(server): open Cursor links in classic IDE mode by @Yash-Singh1 in pingdotgg/t3code#11498 * feat(source-control): support Forgejo and Gitea with fj and tea by @maria-rcks in pingdotgg/t3code#11436 * fix(web): match draft row heights to thread rows by @Yash-Singh1 in pingdotgg/t3code#11512 * fix(grok): emit task lifecycle for monitors and background shells by @Svyk in pingdotgg/t3code#9139 * fix(web): unify panel resizing and retain final drag width by @maria-rcks in pingdotgg/t3code#11529 * fix(web): hide back button for single linked pull requests by @maria-rcks in pingdotgg/t3code#11520 * fix(files): browse ignored files and load folders on demand by @maria-rcks in pingdotgg/t3code#11527 * feat(web): float the pull request comment composer by @maria-rcks in pingdotgg/t3code#11531 * fix(mobile): stop crashing on launch before the shell snapshot arrives by @juliusmarminge in pingdotgg/t3code#11537 * feat(github): route pull request operations across matching accounts by @maria-rcks in pingdotgg/t3code#11367 * chore(mobile): enable noUncheckedIndexedAccess and noImplicitOverride by @juliusmarminge in pingdotgg/t3code#11538 * feat(mobile): show startup crashes in Settings → Diagnostics by @juliusmarminge in pingdotgg/t3code#11540 * feat(mobile): add pooled subscription usage widgets by @MatthewFeroz in pingdotgg/t3code#11506 ## New Contributors * @Svyk made their first contribution in pingdotgg/t3code#9139 **Full Changelog**: pingdotgg/t3code@v0.0.41-nightly.20260913.1625...v0.0.41-nightly.20260913.1646 Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.41-nightly.20260913.1646
Hide the linked-pull-request back button when a thread has only one visible linked PR. Threads with multiple visible PRs retain navigation to their list; the standalone pull requests page already omits this button.
Verified in the real web client with GitHub PR data: single-PR thread header hides the arrow, and the standalone PR page has no arrow. Blacksmith web typecheck, scoped lint (existing warnings), and 111 existing PR detail/list tests passed. Multi-PR runtime verification and the CI watcher are blocked by GitHub's rate limit; source review confirms the existing multi-PR action is preserved.
Before:
After:
Pull requests page:
Implemented with GPT-6 in Codex.