Skip to content

fix(web): show background policy tooltips sooner - #6506

Open
davidhu2000 wants to merge 1 commit into
pingdotgg:mainfrom
davidhu2000:fix/policy-tooltip-delay
Open

fix(web): show background policy tooltips sooner#6506
davidhu2000 wants to merge 1 commit into
pingdotgg:mainfrom
davidhu2000:fix/policy-tooltip-delay

Conversation

@davidhu2000

@davidhu2000 davidhu2000 commented Aug 13, 2026

Copy link
Copy Markdown

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 the TooltipTrigger in the PolicyTooltip component in settingsLayout.tsx, reducing the time before the tooltip appears on hover.

Macroscope summarized 7bddc4f.

@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: aab3f7cd-6f22-46b5-814f-34b3c5eaffc7

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added vouch:unvouched PR author is not yet trusted in the VOUCHED list. size:XS 0-9 changed lines (additions + deletions). labels Aug 13, 2026
@macroscopeapp

macroscopeapp Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Approvability

Verdict: Approved 7bddc4f

Single-line change adding a delay={200} prop to show policy tooltips faster. This is a minor UI timing adjustment with no impact on business logic or data flow.

You can customize Macroscope's approvability policy. Learn more.

@davidhu2000 davidhu2000 changed the title fix(web): show policy tooltips sooner fix(web): show background policy tooltips sooner Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS 0-9 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant