-
Notifications
You must be signed in to change notification settings - Fork 100
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(send): add new enter amount screen #4370
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4370 +/- ##
==========================================
+ Coverage 84.76% 84.79% +0.02%
==========================================
Files 691 692 +1
Lines 25403 25490 +87
Branches 3357 3369 +12
==========================================
+ Hits 21534 21615 +81
- Misses 3808 3814 +6
Partials 61 61
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
<Text style={styles.title}>{t('sendEnterAmountScreen.title')}</Text> | ||
<View style={styles.inputContainer}> | ||
<View style={styles.inputRow}> | ||
<TextInput |
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.
This is largely copied from src/swap/SwapAmountInput.tsx. We could make this DRY by making a wrapper TextInput component, but we'd need a bunch of style overrides so wasn't sure if it was worth it.
### Description Addressing a todo from #4370 to complete the last used token id feature ### Test plan Manually by doing a send and checking that the token defaults to the last sent token on the new send amount screen and also checked the redux state on flipper ### Related issues - na ### Backwards compatibility Yes
Description
Adds new enter amount screen for multichain sends. Also
Test plan
Unit tests, manual
ios-send-enter-amount.mp4
Related issues
Backwards compatibility
Yes