-
Notifications
You must be signed in to change notification settings - Fork 103
Custodial account UI #471
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
Custodial account UI #471
Conversation
c123120
to
9122d2c
Compare
c87fd62
to
e64c2e3
Compare
03edf77
to
0823147
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.
Yeah, very cool!
Gave the UI a quick spin and here is one thing I ran into:
If I don't specify a balance, the backend gives me an error (RPCS: [/litrpc.Accounts/CreateAccount]: unable to create account: a new account cannot have balance of 0
) but the frontend just stays the way it was before. The console log shows the error, but there is no toast/message being displayed in the UI.
Other than that, everything looks and works great, awesome work 🎉
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.
Overall, this looks great. I also saw the issue @guggero mentioned.
I'll reiterate here the suggestions I made over chat last week.
- Keep the QR code icon enabled for custodial sessions
- Add a custodial flag to the encoded data used in the TW url. Just be mindful of backwards compatibility for apps that may already use the existing QR code, like Zeus.
0823147
to
fce5317
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.
tACK LGTM 👍
All clear from me!
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.
LGTM 🎉
863f5b0
to
4665cf3
Compare
fce5317
to
3bc24b5
Compare
Had to rebase this branch after updating the |
Agreed @guggero |
This PR updates the custom session UI to include custodial accounts.
Depends on #451