-
Notifications
You must be signed in to change notification settings - Fork 62
feat: add open/close visibility delays to Tooltip #234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
🟡 Heimdall Review Status
🟡
|
| Code Owner | Status | Calculation | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ui-systems-eng-team |
🟡
0/1
|
Denominator calculation
|
613a757 to
76e2ca6
Compare
76e2ca6 to
4bf9db3
Compare
haoruikun-cb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work. My suggestion on the xxDelay != null can be applied to multiple places.
| }); | ||
| }; | ||
|
|
||
| if (closeDelay != null && closeDelay > 0) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: it could be
| if (closeDelay != null && closeDelay > 0) { | |
| if (closeDelay && closeDelay > 0) { |
| }; | ||
|
|
||
| clearOpenTimeout(); | ||
| if (openDelay != null && openDelay > 0) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same suggestion as above
What changed? Why?
Tooltip:openDelayandcloseDelayRoot cause (required for bugfixes)UI changes
iOS
Screen.Recording.2026-02-10.at.11.56.04.AM.mov
Web
Screen.Recording.2026-02-10.at.11.56.50.AM.mov
Testing
How has it been tested?
Testing instructions
yarn nx dev storybookoryarn nx dev docsIllustrations/Icons Checklist
Required if this PR changes files under
packages/illustrations/**orpackages/icons/**Change management
type=routine
risk=low
impact=sev5
automerge=false