-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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: payment page title spacing #18253
Conversation
@yuwenmemon @rushatgabhane One of you needs to 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/Videos |
ios/Podfile.lock
Outdated
@@ -1057,7 +1057,7 @@ SPEC CHECKSUMS: | |||
Permission-LocationWhenInUse: 3ba99e45c852763f730eabecec2870c2382b7bd4 | |||
Plaid: 7d340abeadb46c7aa1a91f896c5b22395a31fcf2 | |||
PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef | |||
RCT-Folly: 0080d0a6ebf2577475bda044aa59e2ca1f909cda | |||
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 |
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.
@allroundexperts could you please undo this change
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.
merge main
perhaps
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.
Done.
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.
@yuwenmemon 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. |
🚀 Deployed to staging by https://github.com/yuwenmemon in version: 1.3.11-0 🚀
|
Hello @allroundexperts! QA team doesn't have special account without wallet permission to execute this PR, can you please provide one? |
@kbecciv Unfortunately, I don't have one. I tested it by changing the permissions on the code directly. |
🚀 Deployed to production by https://github.com/roryabraham in version: 1.3.12-0 🚀
|
Details
This PR fixes the inconsistent spacing between the header and the content of the
Payments
page when wallet is disabled.Fixed Issues
$ #17861
PROPOSAL: #17861 (comment)
Tests
Search, New chat
Offline tests
N/A
QA Steps
Search, New chat
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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