fix(web): show background policy tooltips sooner - #6506
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 7bddc4f Single-line change adding a You can customize Macroscope's approvability policy. Learn more. |
## What's Changed * fix(web): simplify the desktop-managed server update banner copy by @t3dotgg in pingdotgg/t3code#6549 * fix(web): show background policy tooltips sooner by @davidhu2000 in pingdotgg/t3code#6506 * feat(desktop): add favicons to the Browser panel by @chrisdeeming in pingdotgg/t3code#5644 * fix(preview): only show browser-ready local servers by @chrisdeeming in pingdotgg/t3code#6021 * perf(build): stop unpacking node_modules wholesale from the Windows asar by @tsouth89 in pingdotgg/t3code#5877 ## New Contributors * @davidhu2000 made their first contribution in pingdotgg/t3code#6506 **Full Changelog**: pingdotgg/t3code@v0.0.34-nightly.20260814.1089...v0.0.34-nightly.20260814.1090 Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.34-nightly.20260814.1090
Problem
Background-policy info tooltips inherit Base UI’s 600 ms delay, which makes them feel unresponsive.
Fix
Set the shared policy tooltip trigger delay to 200 ms.
Testing
Before
before.mov
After
after.mov
Note
Show policy tooltips sooner by reducing trigger delay to 200ms
Adds
delay={200}to theTooltipTriggerin thePolicyTooltipcomponent in settingsLayout.tsx, reducing the time before the tooltip appears on hover.Macroscope summarized 7bddc4f.