-
Notifications
You must be signed in to change notification settings - Fork 191
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
Registration progress banner #1846
Registration progress banner #1846
Conversation
warrickct
commented
Aug 13, 2021
•
edited
Loading
edited
- Adds a small banner for instruction on storing recovery phrase securely on first signup. Banner fades away once the user copies their phrase.
- Also adds deletion of redux persisted settings upon account deletion.
…ng delete button to toolbar, display full recording duration immediately after stop recording.
…ng extra method call.
… increasing hover over effect.
@Bilb Sure, I can combine them. It was just based off the original design on Android. Sure thing, I can also move the recovery phrase part to a modal dialog. |
there is already a seed dialog. It's the one shwon on click on the settings => show recovery phrase button. Just display this one when the user clicks on your button |
Yup I saw that modal. I've added it in this morning, I was just refactoring it to a functional component. Just a few minor changes after lunch and I'll push the changes. |