refactor(frontend): hover tooltips on react-aria-components - #4000
Open
Kadrian wants to merge 10 commits into
Open
refactor(frontend): hover tooltips on react-aria-components#4000Kadrian wants to merge 10 commits into
Kadrian wants to merge 10 commits into
Conversation
Kadrian
marked this pull request as draft
September 2, 2026 20:04
…lp icons immediate
Kadrian
marked this pull request as ready for review
September 3, 2026 09:00
Kadrian
force-pushed
the
refactor/tooltip-react-aria
branch
from
September 3, 2026 09:16
248b5a9 to
06ff19a
Compare
Kadrian
marked this pull request as draft
September 3, 2026 09:39
Kadrian
marked this pull request as ready for review
September 3, 2026 10:10
awildturtok
approved these changes
Sep 3, 2026
…so the closing tooltip stays anchored
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Design-system prep, step 2: hover tooltips on react-aria-components
Stacked on #3999.
WithTooltip(tippy) becomesui-components/Tooltip, in react-aria's composition shape so call sites won't change again as more components move to react-aria:react-aria-componentsandreact-ariaadded, pinned to the same release: a second copy ofreact-ariawould carry its own React contexts and silently break the trigger wiringTooltipTargetmarks static content and keeps it out of the tab ordertooltipDelay:immediatefor help icons,short(300 ms) by default,long(1500 ms) for hints on larger surfaces; after the warm-up, neighboring tooltips open instantly; a tooltip closes 300 ms after the pointer leaves (a hover-revealed trigger staysinvisiblerather thanhidden, so the closing tooltip keeps its anchor)index.cssnow;Tooltipstories