hypha-dao / hashed-wallet

Hashed Wallet
MIT License
3 stars 3 forks source link

Feature/recovery warning #158

Closed n13 closed 1 year ago

n13 commented 1 year ago

🗃 Github Issue Or Explanation for this PR. (What is it supposed to do and Why is needed)

When a user's account is being recovered, we show a warning dialog that allows them to cancel the recovery

Next PR: What happens when remove recovery fails?

✅ Checklist

🕵️‍♂️ Notes for Code Reviewer

Moved this functionality from the App screen / bloc to the wallet screen and bloc

AccountUnderRecoveryScreen is now a first class screen with state and bloc

The screens pops up as a modal from below (iOS), as it should.

🙈 Screenshots

Modal screen Simulator Screen Shot - iPhone 13 - 2022-10-04 at 12 36 13

PROGRESS Simulator Screen Shot - iPhone 13 - 2022-10-04 at 12 36 28

Success Simulator Screen Shot - iPhone 13 - 2022-10-04 at 12 37 04

👯‍♀️ Paired with