-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Money Request Pay Button Fix #12285
Money Request Pay Button Fix #12285
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 add a comment explaining why this value was chosen and the issue it fixes.
Looking good overall. Please add a comment and then I'll approve after @Santhosh-Sellavel fills out the PR reviewer checklist. |
In IOUPreview.js reportIsLoading is true activity indicator renders and when it's hidden somehow at inital render it's App/src/components/ReportActionItem/IOUPreview.js Lines 123 to 124 in 151ec1a
To fix it we have to increase Untitled.mp4We need to set |
ScreenRecordings
### iOS & Android
Native_Android_iOS.movweb & desktopWeb.Desktop.movmWeb Android & iOSmWeb.iOS.Android.mov |
|
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.
Recordings: #12285 (comment)
Checklist: #12285 (comment)
C+ Reviewed!
🎀 👀 🎀
Tests Well! All you @neil-marcellini!
Thanks @syedsaroshfarrukhdot and @Santhosh-Sellavel. |
🚀 Deployed to staging by @neil-marcellini in version: 1.2.23-0 🚀
|
🚀 Deployed to production by @Julesssss in version: 1.2.23-9 🚀
|
Details
This PR fixes the issue of the pay button in the money request is cut off if the request comes in an open chat
Fixed Issues
$ #10283
Tests
Precondition: User need to open chat with two different account ( Account A and Account B)
1- Open chat 1:1 with Account A and Account B
2- From any device (Account A) send money request to Account B in open chat (then you can send one or two more) - tester was using IOS device.
3- Settle Payment So You Paid Component Appears.
4- Again request money on the same account (Account B) from (Account A).
5- Verify Pay button is not cut in half.
QA Steps
Precondition: User need to open chat with two different account ( Account A and Account B)
1- Open chat 1:1 with Account A and Account B
2- From any device (Account A) send money request to Account B in open chat (then you can send one or two more) - tester was using IOS device.
3- Settle Payment So You Paid Component Appears.
4- Again request money on the same account (Account B) from (Account A).
5- Verify Pay button is not cut in half.
PR Review Checklist
PR Author Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesWaiting 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)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesWaiting 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
have been tested & I retested again)/** 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)Screenshots
Web
Desktop.mov
Mobile Web - Chrome
mWeb-Chrome.mov
Mobile Web - Safari
mWeb-Safari.mov
Desktop
Desktop1.mov
iOS
IOS.mov
Android
Android.mov