-
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
Add Payment Method fill when menu is active #5981
Add Payment Method fill when menu is active #5981
Conversation
@@ -26,6 +26,9 @@ const propTypes = { | |||
/** Are we loading payments from the server? */ | |||
isLoadingPayments: PropTypes.bool, | |||
|
|||
/** Is payment options in menu visible to user? */ |
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.
Any other comment suggestion here? @Beamanator
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.
Hmm I'd probably change this to:
/** Is payment options in menu visible to user? */ | |
/** Is the payment options menu open / active? */ |
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.
A few tiny comments, but I also think @shawnborton and I may have confused you since here we decided we want the background color to be the color when the button is "active" (darker gray) and I see in the code you're using CONST.BUTTON_STATES.ACTIVE
, but that ends up giving this effect:
Screen.Recording.2021-10-22.at.11.26.30.AM.mov
Is it easy to make the background that darker gray we see when clicking on the "Add payment menu" button?
@@ -26,6 +26,9 @@ const propTypes = { | |||
/** Are we loading payments from the server? */ | |||
isLoadingPayments: PropTypes.bool, | |||
|
|||
/** Is payment options in menu visible to user? */ |
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.
Hmm I'd probably change this to:
/** Is payment options in menu visible to user? */ | |
/** Is the payment options menu open / active? */ |
@Beamanator We have to use |
@Beamanator bump in case you missed, updated the PR. Let me know if am missing anything. |
Sorry for the delay @Santhosh-Sellavel - i'm back from some traveling :D will review again now! |
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.
Looks great 💪
✋ 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 @Beamanator in version: 1.1.10-3 🚀
|
🚀 Deployed to production by @roryabraham in version: 1.1.11-1 🚀
|
Details
Add fill background to
Add Payment method
when payment options are active.Fixed Issues
$ #5915
Tests & QA Steps
Add Payment Method
buttonAdd Payment Method
will have active background fillTested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android