-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 'ReportReactionList' component to TypeScript #34549
[TS migration] Migrate 'ReportReactionList' component to TypeScript #34549
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.
Please have a look at TS guidelines 😄
Also a kind request, please change the title to:
[TS migration] Migrate 'ReportReactionList' component to TypeScript
src/pages/home/report/ReactionList/PopoverReactionList/index.tsx
Outdated
Show resolved
Hide resolved
src/pages/home/report/ReactionList/PopoverReactionList/index.tsx
Outdated
Show resolved
Hide resolved
src/pages/home/report/ReactionList/PopoverReactionList/index.tsx
Outdated
Show resolved
Hide resolved
src/pages/home/report/ReactionList/PopoverReactionList/BasePopoverReactionList.tsx
Outdated
Show resolved
Hide resolved
src/pages/home/report/ReactionList/PopoverReactionList/BasePopoverReactionList.tsx
Show resolved
Hide resolved
src/pages/home/report/ReactionList/PopoverReactionList/BasePopoverReactionList.tsx
Outdated
Show resolved
Hide resolved
src/pages/home/report/ReactionList/PopoverReactionList/BasePopoverReactionList.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Błażej Kustra <46095609+blazejkustra@users.noreply.github.com>
Lint and Ts checks are failing, let me know once everything is resolved and I'll have a look @vadymbokatov |
Hi @blazejkustra |
@vadymbokatov several tests are failing, lets solve that. |
Hi. Thanks for your consideration. Would you please provide some steps on how are you running the tests? I'm running them with |
@getusha @blazejkustra |
src/pages/home/report/ReactionList/PopoverReactionList/index.tsx
Outdated
Show resolved
Hide resolved
src/pages/home/report/ReactionList/PopoverReactionList/index.tsx
Outdated
Show resolved
Hide resolved
src/pages/home/report/ReactionList/PopoverReactionList/BasePopoverReactionList.tsx
Outdated
Show resolved
Hide resolved
src/pages/home/report/ReactionList/PopoverReactionList/BasePopoverReactionList.js
Show resolved
Hide resolved
Co-authored-by: Błażej Kustra <46095609+blazejkustra@users.noreply.github.com>
Co-authored-by: Błażej Kustra <46095609+blazejkustra@users.noreply.github.com>
Co-authored-by: Błażej Kustra <46095609+blazejkustra@users.noreply.github.com>
…overReactionList.tsx Co-authored-by: Błażej Kustra <46095609+blazejkustra@users.noreply.github.com>
I just tried to reproduce it again in different scenarios (e.g. slow internet connection, offline mode, etc.) and I was unsuccessful. Please kindly let me know if you could catch it again and how did you manage to do so, and I will fix it immediately. |
the position of the popover is wrong, looks like related to this PR. |
@vadymbokatov could you please check ^, thanks! |
Thanks for the heads up. I'm checking the issue. Will let you know when fixed. |
Fixed. Please give it another try. Thanks. |
@vadymbokatov thanks! testing now. |
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, thanks @vadymbokatov & @blazejkustra
Thanks @getusha for your effort. Also @blazejkustra highly appreciate your help on this. |
Co-authored-by: Monil Bhavsar <monilbhavsar25@gmail.com>
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 good and works fine. Thanks all!
✋ 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/MonilBhavsar in version: 1.4.44-0 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.4.44-13 🚀
|
@blazejkustra @getusha
Details
The
ReportReactionList
component is migrated to TypeScript.Fixed Issues
$ #31976
PROPOSAL: #31976 (comment)
Tests
Offline tests
Same as the QA tests. It also should behave the same offline.
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(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label so the design team can review the changes.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-native.mp4
iOS: Native
ios-native.mp4
MacOS: Chrome / Safari
macos-chrome.mp4
MacOS: Desktop
macos-native.mp4