-
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(wallet-mobile): send feature new tx review #3643
Conversation
apps/wallet-mobile/src/features/Send/useCases/ConfirmTx/ConfirmTxScreen.tsx
Outdated
Show resolved
Hide resolved
|
||
<SenderTokens tx={tx} notOwnedOutputs={notOwnedOutputs} /> | ||
|
||
{notOwnedOutputs.length === 1 && <ReceiverSection notOwnedOutputs={notOwnedOutputs} />} |
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.
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.
its specified in this way https://figma.com/design/KeBVo6rWNYFLXwTphz9lHi/Mobile-App?node-id=26010-28671&node-type=shape_with_text&m=dev
In my personal opinion it makes sense because you are just paying the fee and it is reflected on that screen.
Good point anyway.
apps/wallet-mobile/src/features/ReviewTx/common/hooks/useAddressType.tsx
Outdated
Show resolved
Hide resolved
…ssType.tsx Signed-off-by: banklesss <[email protected]>
apps/wallet-mobile/src/features/ReviewTx/common/hooks/useFormattedTx.tsx
Outdated
Show resolved
Hide resolved
…ttedTx.tsx Signed-off-by: banklesss <[email protected]>
apps/wallet-mobile/src/features/ReviewTx/common/hooks/useFormattedTx.tsx
Outdated
Show resolved
Hide resolved
…ttedTx.tsx Signed-off-by: banklesss <[email protected]>
…d funnel" This reverts commit 81d472e.
…d funnel" This reverts commit daecf73.
apps/wallet-mobile/src/features/ReviewTx/useCases/ReviewTxScreen/Overview/OverviewTab.tsx
Show resolved
Hide resolved
apps/wallet-mobile/src/features/ReviewTx/useCases/ReviewTxScreen/UTxOs/UTxOsTab.tsx
Outdated
Show resolved
Hide resolved
apps/wallet-mobile/src/features/ReviewTx/useCases/ReviewTxScreen/UTxOs/UTxOsTab.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Juliano Lazzarotto <[email protected]> Signed-off-by: banklesss <[email protected]>
Co-authored-by: Juliano Lazzarotto <[email protected]> Signed-off-by: banklesss <[email protected]>
Description / Change(s) / Related issue(s)
Covering send funnel with the new tx review
Ticket
YOMO-1934