-
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
MoneyRequest: use ScreenWrapper only if editing #24097
Conversation
@abdulrahuman5196 Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Should i do C+ review here? @s77rt |
Feel free to review. This is a quick fix |
Thank you. Starting to review |
@s77rt Screenshots are missing for platforms in author's checklist? Could you kindly update the same? |
@abdulrahuman5196 Added except for Android I'm having some trouble building the App. |
@s77rt Same here as well. I think it has to do with RN migration. |
Asked the same here - https://expensify.slack.com/archives/C01GTK53T8Q/p1691061507774859 |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-08-03.at.4.12.38.PM.mp4Mobile Web - Chromeaz_recorder_20230803_165048.mp4Mobile Web - SafariUntitled.1.mp4DesktopScreen.Recording.2023-08-03.at.4.14.40.PM.mp4iOSScreen.Recording.2023-08-03.at.4.15.34.PM.mp4AndroidScreen.Recording.2023-08-03.at.5.50.02.PM.mp4 |
Frick, can you run prettier please @s77rt ? Lint is failing |
@s77rt how do we get into this amount edit mode actually? i dont see edit option on report comment |
@Beamanator looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
Emergency was added b/c the FULL checklist wasn't complete - there's some problems running the Android simulator at the moment, so I made the call that it's fine to move forward w/out testing there |
[CP Staging] MoneyRequest: use ScreenWrapper only if editing (cherry picked from commit 0aaed18)
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
For What its worth, I did android native testing and updated the video on my checklist now. |
@abdulrahuman5196 The one you get on confirmation page Kooha-2023-08-03-13-26-32.mp4 |
🚀 Deployed to staging by https://github.com/Beamanator in version: 1.3.50-0 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.50-3 🚀
|
🚀 Deployed to staging by https://github.com/Beamanator in version: 1.3.51-0 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.51-2 🚀
|
Details
Fixed Issues
$ #24092
PROPOSAL:
Tests
Offline tests
Same as Tests
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)/** 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
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android