-
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
Temporarily disable the "Send Money" option #22226
Conversation
@marcochavezf can you possibly give me a hand here to make sure I am updating the docs correctly? I'm not too sure if there's anything else that needs to be done. |
@Santhosh-Sellavel 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] |
Reviewer Checklist
Screenshots/VideosWeb & DesktopScreen.Recording.2023-07-05.at.3.33.20.AM.movMobile Web - Chrome & Mobile Web - SafariScreen.Recording.2023-07-05.at.3.36.23.AM.moviOS & AndroidScreen.Recording.2023-07-05.at.3.35.14.AM.mov |
@marcaaron Tests well. Found an issue in iOS while testing on the Not Found page the back button overlaps with the status bar and it is not clickable. Refer Video below. It's not introduced here, are we fixing this here, or should I report in Slack? Screen.Recording.2023-07-05.at.3.42.00.AM.mov |
Sure, I think we'd need to update also |
@Santhosh-Sellavel Yes please, feel free to report. Not gonna fix it here. |
@marcaaron Unit test also failed, please check in case if you are not aware! |
@Santhosh-Sellavel Thanks for bringing it to my attention. I will fix it now. 🙇 |
Updated. |
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, all yours @marcochavezf!
C+ Reviewed
🎀 👀 🎀
@stitesExpensify 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] |
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
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Assign me to the issue when you get a chance, thanks! |
🚀 Deployed to staging by https://github.com/stitesExpensify in version: 1.3.38-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.38-7 🚀
|
cc @JmillsExpensify @maddylewis @marcochavezf
Details
This PR will temporarily disable the "Send Money" option by turning off the beta locally.
Fixed Issues
$ #21233
Tests
+
button in the Composersend/new
routeOffline 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)/** 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