-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add create account pages #566
Conversation
a2e4be8
to
370efa6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like we need a proper representation of "pending" accounts on the account home page. Currently it just says "loading" 😄
Is there anything holding us back from just showing the full account page?
I did an attempt of it in this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, in that case it looks good 😄
Found something in other PR that belongs here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I attempt to create an account with an expired identity, I don't get any feedback that the account creation did not succeed.
In the current wallet I get an error (an obscure bad UX RPC error message, but hey.. it's something?). I think it would make sense to filter out identities that cannot be used for account creation.
Purpose
Implement account creation pages, i.e. select identity and confirm.
Some details that I have left out and will address in a future PR are: