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. |
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.