-
Notifications
You must be signed in to change notification settings - Fork 46
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
remove react css transition #10523
remove react css transition #10523
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #10523 +/- ##
==========================================
- Coverage 81.85% 81.83% -0.02%
==========================================
Files 1075 1073 -2
Lines 107153 107058 -95
Branches 728 728
==========================================
- Hits 87708 87610 -98
- Misses 19406 19409 +3
Partials 39 39
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
With the changes in the infra editor, we now have a vertical scroll bar and a horizontal scroll bar.
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.
LGTM, tested !!!
cd2debb
to
5e90eac
Compare
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.
Tested
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.
LGTM ! thank you for cleaning !
This library didn't have a new release since 2022. It uses a react tool that will be deprecated in react v19 (findDOMNode). It was used to display tooltips when hovering some buttons in the app. Since the design system doesn't have a custom tooltip for buttons, it has been requested to just use the regular title html attribute. Instead of finding a substitute lib, just remove the old one and use the title attribute. Signed-off-by: SharglutDev <[email protected]>
Signed-off-by: SharglutDev <[email protected]>
5e90eac
to
bad24fb
Compare
See commits
Remove react-ccs-transition lib for buttons tooltip in favor of
title
html attribute (validated by @thibautsailly).In the future, if the design system requires some custom tooltip, we can use the native popover api and anchor api (when it goes available on firefox).
fix #9595
fix #10524
To test :