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

[TS migration] Migrate 'Tooltip' component to TypeScript #31544

Merged
merged 31 commits into from
Dec 8, 2023

Commits on Nov 20, 2023

  1. migrate Tooltip to TS

    kosmydel committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d75347f View commit details
    Browse the repository at this point in the history
  2. fixes

    kosmydel committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    6e99530 View commit details
    Browse the repository at this point in the history
  3. more fixes

    kosmydel committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9296400 View commit details
    Browse the repository at this point in the history
  4. fix refs

    kosmydel committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8a97ea0 View commit details
    Browse the repository at this point in the history
  5. remove unknown type

    kosmydel committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    15d3837 View commit details
    Browse the repository at this point in the history
  6. refactor

    kosmydel committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0f81bb0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9248025 View commit details
    Browse the repository at this point in the history
  8. fix

    kosmydel committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3f1ba1f View commit details
    Browse the repository at this point in the history
  9. minor changes

    kosmydel committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    88f20f3 View commit details
    Browse the repository at this point in the history
  10. reuse some types

    kosmydel committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9c65d98 View commit details
    Browse the repository at this point in the history
  11. fix

    kosmydel committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    542a6d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Add textRef util

    blazejkustra committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    316fc40 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. use children props

    kosmydel committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b401d93 View commit details
    Browse the repository at this point in the history
  2. address review

    kosmydel committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ac0d976 View commit details
    Browse the repository at this point in the history
  3. use forwardRef

    kosmydel committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    cc80269 View commit details
    Browse the repository at this point in the history
  4. address review

    kosmydel committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    bc65c46 View commit details
    Browse the repository at this point in the history
  5. rename file

    kosmydel committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2e46aa9 View commit details
    Browse the repository at this point in the history
  6. cleanup

    kosmydel committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    99eaf18 View commit details
    Browse the repository at this point in the history
  7. make props optional

    kosmydel committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8b73221 View commit details
    Browse the repository at this point in the history
  8. prettier

    kosmydel committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    46268ac View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    e971fa0 View commit details
    Browse the repository at this point in the history
  2. finalize merge

    kosmydel committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    cf50055 View commit details
    Browse the repository at this point in the history
  3. prettier

    kosmydel committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8eb0c72 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    ffbc724 View commit details
    Browse the repository at this point in the history
  2. address review

    kosmydel committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    1348cb8 View commit details
    Browse the repository at this point in the history
  3. remove forward ref

    kosmydel committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    461a428 View commit details
    Browse the repository at this point in the history
  4. Revert "remove forward ref"

    This reverts commit 461a428.
    kosmydel committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    db258e3 View commit details
    Browse the repository at this point in the history
  5. fix warning on native

    kosmydel committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    203cd81 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

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

Commits on Dec 8, 2023

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