-
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 'UserDetailsTooltip' component to TypeScript #32731
[TS migration] Migrate 'UserDetailsTooltip' component to TypeScript #32731
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.
LGTM, just take a look at my comment please 😄
src/components/UserDetailsTooltip/BaseUserDetailsTooltip/index.website.tsx
Outdated
Show resolved
Hide resolved
src/components/UserDetailsTooltip/BaseUserDetailsTooltip/index.website.tsx
Outdated
Show resolved
Hide resolved
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!
@getusha I merged the newest main and resolved conflicts 😄 |
src/components/UserDetailsTooltip/BaseUserDetailsTooltip/index.website.tsx
Outdated
Show resolved
Hide resolved
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2023-12-15.at.12.38.19.AM.movAndroid: mWeb ChromeScreen.Recording.2023-12-15.at.12.37.00.AM.moviOS: NativeScreen.Recording.2023-12-15.at.12.41.50.AM.moviOS: mWeb SafariScreen.Recording.2023-12-18.at.3.53.19.PM.movMacOS: Chrome / SafariScreen.Recording.2023-12-15.at.12.30.39.AM.movMacOS: DesktopScreen.Recording.2023-12-18.at.3.24.36.PM.mov |
@blazejkustra i am not sure if this is related to this PR but it looks like is. BUG: pressing on the avatar is not navigating to profile page (iOS safar) Screen.Recording.2023-12-15.at.12.46.54.AM.mov |
can you also update tests to, to give it more detail Web/desktop
Android/iOS
|
@getusha I merged the newest main and can't reproduce it reliably. Simulator.Screen.Recording.-.iPhone.SE.3rd.generation.-.2023-12-17.at.15.58.19.mp4Sometimes it's just slow or I have to click a second time, but the same thing on main. |
@blazejkustra I am able to reproduce it on staging, lets leave it. it may be a browser issue. |
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!
We did not find an internal engineer to review this PR, trying to assign a random engineer to #25106 as well as to this PR... Please reach out for help on Slack if no one gets assigned! |
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.
Looks great, thanks!
Running into types issues after this was merged. Reported here: #33260 |
🚀 Deployed to staging by https://github.com/robertjchen in version: 1.4.14-0 🚀
|
🚀 Deployed to staging by https://github.com/robertjchen in version: 1.4.14-0 🚀
|
Since this is reverted here #33261, Do we need to QA? |
@mvtglobally no need to QA since it was reverted 👍 |
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.4.14-6 🚀
|
Details
Migration of
UserDetailsTooltip
to Typescript.Fixed Issues
$ #25106
PROPOSAL: N/A
Tests
Web/desktop
Android/iOS
Offline tests
N/A
QA Steps
Same as tests
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(theme.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.webm
Android: mWeb Chrome
android-web.webm
iOS: Native
ios.mp4
iOS: mWeb Safari
ios-web.mp4
MacOS: Chrome / Safari
web.mov
MacOS: Desktop
desktop.mov