-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[TS migration] Migrate 'Tooltip' component to TypeScript #31544
Conversation
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.
Let's also move BaseTooltip files into a separate folder src/components/Tooltip/BaseTooltip/....
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!
This reverts commit 461a428.
Hey, I pulled the main, resolved conflicts, and had to make fix warning on native on native, as there was a warning during runtime (related to |
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.
Approving since this is catching conflicts so fast. This is testing well and should be good to merge!
I've resolved conflicts, so it is ready to proceed. |
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.
Got an internal engineer!
I've resolved conflicts once again. cc @blazejkustra @allroundexperts |
Gonna take it over here as its component with lots of conflicts to get it over the finish line |
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.
Ok lets go, thank you for patience @kosmydel and testing thoroughly @allroundexperts
/** Unique key of renderTooltipContent to rerender the tooltip when one of the key changes */ | ||
renderTooltipContentKey?: string[]; | ||
|
||
/** passes this down to Hoverable component to decide whether to handle the scroll behaviour to show hover once the scroll ends */ |
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.
NAB
/** passes this down to Hoverable component to decide whether to handle the scroll behaviour to show hover once the scroll ends */ | |
/** Passes this down to Hoverable component to decide whether to handle the scroll behaviour to show hover once the scroll ends */ |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/mountiny in version: 1.4.11-0 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.4.11-25 🚀
|
Details
Fixed Issues
$ #25123
PROPOSAL: N/A
Tests
Offline tests
N/A
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
Screen.Recording.2023-11-28.at.15.16.53.mov
MacOS: Desktop
Screen.Recording.2023-11-28.at.15.19.32.mov