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 users reset completed chapters. #256

Closed thetimileyin closed 1 year ago

thetimileyin commented 1 year ago

At present when users reset completed chapters, they can’t tell if the chapters have truly been reset since there is no feedback or reaction for the action taken so they keep tapping and tapping till they go back to the 'Learn' tab and see that the chapters have actually been reset. We could add a flash message (pop-up) to let users know that their action has been reacted to. This will help improve user experience on the app.

Screenshot:WhatsApp Image 2023-03-06 at 10 32 03

thetimileyin commented 1 year ago

I actually worked out a solution for this on the design part Padawan Here is also a link to the prototype: https://www.figma.com/proto/nCbd7WyTtWsd4GxtLu1vQC/Untitled?node-id=1%3A23&scaling=scale-down&page-id=0%3A1&starting-point-node-id=1%3A23

thunderbiscuit commented 1 year ago

Nice work! I think adding an interaction there makes perfect sense. On the engineering side I think this would be a good use of a snackbar (for the devs reading this).

Prakhar-Agarwal-byte commented 1 year ago

I have done a similar work in https://github.com/thunderbiscuit/padawan-wallet/pull/242. I can take this up also.