Conversation
ApprovabilityVerdict: Approved at Macroscope's review found this PR approvable — The PR makes a small, self-contained UI adjustment that consistently exposes chevrons for existing dropdown controls. It does not change menu behavior, data handling, schemas, deployment, or other sensitive areas. Notes:
You can add or adjust custom eligibility rules. Learn more. |
Dismissing prior approval to re-evaluate 84023d7
|
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 (6)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe change adds a shared breadcrumb chevron component and uses it in chat, settings, and usage controls. Usage tests mock the new export. ChangesBreadcrumb chevron standardization
Priority: ⬇️ Low Estimated code review effort: 2 (Simple) | ~10 minutes Change: Bug fix Suggested reviewers: Merge Risk: ⚪ Minimal · up to No actionable merge-blocking risk remains in this UI-only change. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
84023d7 to
2b074b2
Compare
Note
🤖 Claude Opus 5.5 on behalf of Oliver
Important
Stack, bottom (merge first). #13104 is stacked on this PR. Both target
mainbecause the stack lives on a fork.Problem
The Settings breadcrumb's environment and project crumbs open menus but look like plain text. Other breadcrumb menus (usage environment filter, chat thread title) each hand-rolled a chevron that only appeared on hover.
Fix
Add
WorkspaceBreadcrumbChevron, an always-visible muted chevron, and use it for every breadcrumb that opens a menu: the Settings environment/project crumbs, the usage environment filter, and the chat thread title. The usage filter still swaps in its scanning/warning icon when one applies.UI Changes
Before
After
Made with Claude Opus 5.5 in Claude Code (via T3 Code); screenshot by GPT-5.6 Luna in Codex.
Summary by CodeRabbit