thunderbiscuit / padawan-wallet

The bitcoin wallet trainer on Android.
https://padawanwallet.com/
Apache License 2.0
113 stars 50 forks source link

Add feedback when user carry out transaction #267

Closed thetimileyin closed 1 year ago

thetimileyin commented 1 year ago

When users carry out a testnet transaction, there’s no feedback to let them know if their transaction went through or not unlike other Bitcoin wallets.

WhatsApp Image 2023-03-08 at 19 14 22 (3)

Proposed Solution We could add a feedback ( snackbar that shows the transaction is processing just like we did for 'Reset Completed Chapters') Here is what it should look like: Padawan 1 Figma prototype link (Flow 2): https://www.figma.com/proto/nCbd7WyTtWsd4GxtLu1vQC/Padawan?node-id=47%3A347&scaling=scale-down&page-id=0%3A1&starting-point-node-id=23%3A232

Prakhar-Agarwal-byte commented 1 year ago

Nice idea! I will get this going.

thunderbiscuit commented 1 year ago

This is a good idea, but essentially requires the wallet syncs automatically after the attempt. I recommend maybe a small delay (because otherwise the electrum server might not have seen the tx in its mempool) before attempting the sync.

thetimileyin commented 1 year ago

This is a good idea, but essentially requires the wallet syncs automatically after the attempt. I recommend maybe a small delay (because otherwise the electrum server might not have seen the tx in its mempool) before attempting the sync.

Yeahh,Thank you. I think the feedback is just to let users know their transactions is processing .