Fix thread tooltip folder icon color#4383
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ApprovabilityVerdict: Approved Single-line CSS class addition to fix icon color styling. This is a trivial UI adjustment with no runtime behavior impact. You can customize Macroscope's approvability policy. Learn more. |
Summary
Why
The project favicon fallback used a dimmer inherited color than the server, branch, and provider icons.
Verification
vp fmt apps/web/src/components/SidebarV2.tsx --checkvp lint apps/web/src/components/SidebarV2.tsx --report-unused-disable-directivesvp run --filter @t3tools/web typecheckBrowser testing was skipped at the requester’s direction.
Note
Fix folder icon stroke color in thread tooltip sidebar
Adds
stroke-muted-foregroundto theProjectFaviconelement inSidebarV2ThreadTooltipso the folder icon renders with the correct muted color instead of the default stroke.Macroscope summarized b7fcd8e.
Note
Low Risk
Single Tailwind class on a sidebar tooltip icon; no logic, data, or API changes.
Overview
In Sidebar V2 thread hover tooltips, the project row’s
ProjectFaviconnow includesstroke-muted-foregroundso the folder fallback stroke matches the server, branch, and other metadata icons instead of looking dimmer from inherited stroke color.Reviewed by Cursor Bugbot for commit b7fcd8e. Bugbot is set up for automated code reviews on this repo. Configure here.