-
Notifications
You must be signed in to change notification settings - Fork 50
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
Feat/refactor amount screen components #188
Feat/refactor amount screen components #188
Conversation
…nent to keep a consistent parameter list
Nice refactor! This PR needs rebase. |
You can also delete /navigation/wallet/components/amountModal.tsx file and use the new amountModal component for the select inputs feature. ( select inputs feature was made after you send this PR ) |
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.
Currently not working when running the app
db84b8a
to
ffdfce3
Compare
…tor-screen-components
Other amountModal replaced, merge conflicts fixed, ready for re-review |
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.
ACK!
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.
ACK. Great job!
merge conflicts |
…tor-screen-components
3beef86
…tor-screen-components
Issue:
Amount
screen component had to dynamically handle 2 argument lists depending on usage as a screen or standalone component.Refactored it into a standalone component with explicit event handler props, also created an AmountModal component to replace the duplicates for buy/swap/coinbase