thunderbiscuit / padawan-wallet

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

Fix navigation on the Menu Screen #258

Closed thetimileyin closed 1 year ago

thetimileyin commented 1 year ago

At present, when users are on the 'menu screen/tab' and they carry out either of the actions on that screen ('Recovery phrase', 'Send testnet coins back' or 'About Padawan'), there is no 'back button' that takes them back to the 'menu screen' and even when they go back by default on their phones, it doesn’t still take them back to the menu screen they are coming from; it instead takes them the homepage which is the 'wallet' tab.

https://user-images.githubusercontent.com/105345830/223194095-6afd29e8-78e6-4552-b632-994204092f30.mp4

Describe the solution Fix the navigation such that when users go back from whatever tab from the 'menu screen' it takes them directly back to the 'menu screen' and not the 'wallet screen'

Additional/Alternative Solution Add a back button to each of those screens. For example: Instagram post - 1 (3)

Prototype: https://www.figma.com/proto/nCbd7WyTtWsd4GxtLu1vQC/Untitled?node-id=11%3A111&scaling=scale-down&page-id=0%3A1&starting-point-node-id=1%3A23

Prakhar-Agarwal-byte commented 1 year ago

I think we should fix the back navigation too because some users might use the native back button instead of the one present on the screen

thetimileyin commented 1 year ago

Yeahh, I think so too