-
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
Fix wrong lottie animations names #24036
Conversation
@blazejkustra who did C+ review for the original PR? |
Reviewer Checklist
Screenshots/VideosWebMobile Web - ChromeMobile Web - SafariDesktopiOSAndroid |
C+ weren't involved, only internals from Expensify. Mainly Hayata Suenaga, Rory Abraham and Vit Horacek. Also Fábio Henriques from Callstack. @grgia |
@blazejkustra ideally local tests should cover all cases, i.e. manually setting goldWallet to true to test the fireworks as well. Before I merge, did you test this case? |
@grgia Yes, I did test both animations. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
requested a cherry pick for this PR here (internal) |
Fix wrong lottie animations names (cherry picked from commit 586060e)
🚀 Deployed to staging by https://github.com/grgia in version: 1.3.49-1 🚀
|
did QA and tested well |
🚀 Deployed to production by https://github.com/Beamanator in version: 1.3.49-3 🚀
|
🚀 Deployed to staging by https://github.com/grgia in version: 1.3.51-0 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.51-2 🚀
|
Details
Setup App for TypeScript
#20179 caused regression on staging as @gadhiyamanan reported here.
In the PR I fixed wrong animations names in
ActivateStep.js
andReimbursementAccountLoadingIndicator.js
files.Fixed Issues
$ N/A
PROPOSAL: N/A
Tests
Offline tests
N/A
QA Steps
Same as in
Tests
section.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)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)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
Web
Screen.Recording.2023-08-02.at.08.48.14.mov
iOS
Screen.Recording.2023-08-02.at.08.43.59.mov