-
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
Docked req money btn at the bottom. #26655
Docked req money btn at the bottom. #26655
Conversation
the bottom of the page.
Please add tests and screenshots |
@DanutGavrus Hey! can you please update the tests and QA? I know this is a follow up but there should be QA |
Also there are no recordings, any PR from external contributor should have recordings as a proof of working state |
Reviewer Checklist
Screenshots/Videos |
@s77rt We dont have to wait for the recordnings from @DanutGavrus in this case as we wanna deploy asap |
We did not find an internal engineer to review this PR, trying to assign a random engineer to #26418 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.
Thanks for the quick review, looks good based on the screen shots
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Done adding mine too (+ QA Steps) |
I've also re-made the tests from #26179 to make sure nothing else from there breaks under different conditions(screen sizes, screen orientations, platforms, etc). Those still work fine, but I think I've found something else. I didn't have the "Manual" and "Scan" tabs back then, thus I've added the 1.mp4I'd like to move the 2.mp4I didn't record the "Distance" tab too, but, it is not scrollable at all right-now, even on higher devices. For example, on 550px I can't press the bottom green button, nor can I scroll to it: This small change would also fix that. The original issue was entitled "Split money - participants detail hidden after clicking on show more button" and that was fixed. I offered in my Proposal to also look over other pages in the request money flow which were missing |
@DanutGavrus yeah please make another Pr linked to the same issue but lets not rush that one and post the before and after to Slack and tag Shawn and Jason to discuss this please |
@mountiny Looking over the code, I saw that there is a |
🚀 Deployed to staging by https://github.com/mountiny in version: 1.3.63-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.63-2 🚀
|
🚀 Deployed to staging by https://github.com/mountiny in version: 1.3.64-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.64-2 🚀
|
Details
Docked the request money button at the bottom of the page in the
MoneyRequestConfirmPage
. This is a small follow-up of #26179.Fixed Issues
$ #26418
Tests
Same as QA Steps.
Offline tests
Same as QA Steps.
QA Steps
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