Skip to content
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

Tooltip: handle non-interactive tooltip triggers #130

Merged
merged 8 commits into from
Dec 6, 2023

Commits on Nov 19, 2023

  1. add isTriggerInteractive prop to Tooltip to set correct delay

    Kerry Archibald committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    f545687 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. fix non-interactive story

    Kerry Archibald committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2a6c605 View commit details
    Browse the repository at this point in the history
  2. add focusable wrapper to non-interactive tooltip triggers

    Kerry Archibald committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    c536538 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Merge branch 'main' into kerry/280/tooltip-delay

    Kerry Archibald committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    60c99b4 View commit details
    Browse the repository at this point in the history
  2. add nonInteractiveTriggerTabIndex to allow overriding tabIndex on non…

    …-interactive wrapper
    Kerry Archibald committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    23f37c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Update src/components/Tooltip/Tooltip.tsx

    Co-authored-by: Robin <robin@robin.town>
    Kerry and robintown committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    98d6378 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Improve some tests

    robintown committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    51ade3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f2f6d5 View commit details
    Browse the repository at this point in the history