Skip to content
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

Merged
merged 34 commits into from
Oct 10, 2024
Merged

Conversation

banklesss
Copy link
Contributor

@banklesss banklesss commented Sep 20, 2024

Description / Change(s) / Related issue(s)

Covering send funnel with the new tx review

Ticket

YOMO-1934


<SenderTokens tx={tx} notOwnedOutputs={notOwnedOutputs} />

{notOwnedOutputs.length === 1 && <ReceiverSection notOwnedOutputs={notOwnedOutputs} />}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it intended when sending assets to yourself (maybe to reorganize utxos) to not show a receiving side?
image

Copy link
Contributor Author

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.

@stackchain stackchain added this to the 5.1.0 "Notify me" milestone Sep 24, 2024
@stackchain stackchain changed the title feat(tx-review): send feature feat(wallet-mobile): send feature new tx review Oct 1, 2024
@stackchain stackchain merged commit 82900d0 into develop Oct 10, 2024
2 checks passed
@stackchain stackchain deleted the feature/tx-review branch October 10, 2024 11:51
@stackchain stackchain mentioned this pull request Dec 5, 2024
62 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants