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 updates #2135

Merged
merged 5 commits into from Nov 24, 2020
Merged

Tooltip updates #2135

merged 5 commits into from Nov 24, 2020

Commits on Oct 19, 2020

  1. Update the Tooltip component styles

    Created a component that supportss two types of tooltip based on the Figma
    views. The first is a standart tooltip that looks like a speech bubble.
    The second type is more complex case, where contains header and
    content.
    r-czajkowski committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    c57603a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05b9789 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Cleanup timeout in the Tooltip component

    We need to `clearTimeout` in the `useEffect` hook to prevent memory leaks.
    r-czajkowski committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    d5cebb6 View commit details
    Browse the repository at this point in the history
  2. Stick the Tooltip content on hover

    Here we added `onMouseEnter` and `onMouseLeave` event to the tooltip
    content wrapper to stick the tooltip content when a user hovers on the
    content.
    r-czajkowski committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    bb17d7f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    4103bbe View commit details
    Browse the repository at this point in the history