-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(send): show fees on confirmation screen for all tokens (#4527)
### Description For the new send flow, pass down prepared tx and fee amount to send confirmation and display fees using those instead of the estimates from redux. Replaces FeeDrawer with LineItemRow since dek fee doesn't need to be displayed. Using preparedTx for sendPayment will be in a follow up. ### Test plan Unit tests, manual https://github.com/valora-inc/wallet/assets/5062591/dbba8fe2-f173-43c3-a256-bf10981b3936 ### Related issues - Part of ACT-968 ### Backwards compatibility N/A
- Loading branch information
1 parent
0b76f3a
commit 27de3d2
Showing
6 changed files
with
125 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.