fix(web): fill fast mode icon - #5004
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:
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 7a968a6 This PR makes a minor UI adjustment to the fast mode icon styling - changing its fill behavior and adding conditional coloring based on provider type. Pure CSS/styling change with no runtime behavior impact. You can customize Macroscope's approvability policy. Learn more. |
170114e to
7a968a6
Compare
Dismissing prior approval to re-evaluate 7a968a6
## What's Changed * fix(mobile): support pre-Liquid-Glass iOS bottom toolbar by @gabrielelpidio in pingdotgg/t3code#4984 * fix(server): restore PR detection without HOME by @StiensWout in pingdotgg/t3code#4985 * fix(web): fill fast mode icon by @maria-rcks in pingdotgg/t3code#5004 * fix: cache project favicons across web and mobile by @gabrielelpidio in pingdotgg/t3code#4767 * perf(ci): cut stale runs and redundant setup by @t3dotgg in pingdotgg/t3code#4802 **Full Changelog**: pingdotgg/t3code@v0.0.32-nightly.20260730.957...v0.0.32-nightly.20260730.958 Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.32-nightly.20260730.958
(cherry picked from commit 4ba4871)
sync: port upstream web UI polish, prompt stash, appearance settings (pingdotgg#2109–pingdotgg#5004)
before


after
Note
Low Risk
Single-component Tailwind class change for icon styling with no logic or data impact.
Overview
Updates the traits picker fast mode bolt so it renders as a filled icon instead of outline-only.
ComposerControlIconforZapIconnow usesfill-currentandopacity-80, replacing the previoustext-foreground/80 opacity-100treatment. When the provider is Claude Agent, the bolt uses the brand accenttext-[#d97757]; other providers keeptext-foreground.Reviewed by Cursor Bugbot for commit 7a968a6. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Fill fast mode icon with provider-specific color in
TraitsPickerUpdates the fast mode icon in TraitsPicker.tsx to use
fill-currentand conditionally apply an orange tint (#d97757) when the provider isclaudeAgent, falling back totext-foregroundotherwise. Opacity is also reduced from 100 to 80.Macroscope summarized 7a968a6.