-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 remaining FlatList files to TypeScript #38936
[TS migration] Migrate remaining FlatList files to TypeScript #38936
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.
Great work, LGTM!
@fedirjh kind bump 🙂 |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-03-29.at.12.07.42.AM.movAndroid: mWeb ChromeScreen.Recording.2024-03-29.at.12.10.15.AM.moviOS: NativeCleanShot.2024-03-28.at.23.50.22.mp4iOS: mWeb SafariCleanShot.2024-03-28.at.23.53.02.mp4MacOS: Chrome / SafariCleanShot.2024-03-28.at.23.33.01.mp4MacOS: DesktopCleanShot.2024-03-28.at.23.36.51.mp4 |
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 #38919 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.
LGTM!
Note: The test steps are pretty weak here, are we sure we only need to test these changes on the settings/workspaces
page? FlatList
is used in multiple other pages & components (ex: AttachmentCarousel
, BaseReactionList
, InvertedFlatList
(which is used in the ReportActionsList
component), and more)
@Beamanator agreed that |
Hey @Beamanator I've added some steps |
@war-in sorry for the delay! Thanks so much for adding more steps 🙏 I am happy to move forward now! But can you please merge main as well to make sure nothing weird has happened in the last week that breaks these changes? 🙏 |
@Beamanator sure! I already did it locally but forgot to push the changes 😅 Done! |
Hmm re-running the performance test 🤔 |
@Beamanator looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
all tests were passing 🤷 |
🚀 Deployed to staging by https://github.com/Beamanator in version: 1.4.61-0 🚀
|
🚀 Deployed to staging by https://github.com/Beamanator in version: 1.4.61-0 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.4.61-8 🚀
|
Details
Fixed Issues
$ #38919
PROPOSAL:
Tests
settings/workspaces
)settings/troubleshoot
)Client side logging
Debug console
Offline tests
QA Steps
settings/workspaces
)settings/troubleshoot
)Client side logging
Debug console
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.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 and/or tagged@Expensify/design
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.mov
Android: mWeb Chrome
iOS: Native
ios.native.mov
iOS: mWeb Safari
ios.safari.mov
MacOS: Chrome / Safari
web.mov
MacOS: Desktop
desktop.mov