-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement edit/remove networks/accounts/keys. #77
Conversation
c871e7f
to
73c3b21
Compare
73c3b21
to
9848c41
Compare
You can preview the changes at : https://ca5d83e0.smapp-lite-prod.pages.dev |
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.
Also, login page got broken - the incorrect password msg doesn’t show up, the button freezes on unlocking.
Screen.Recording.2024-09-06.at.11.38.49.mov
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.
For the UX part:
Once the user deletes all accounts, there's this screen suggesting to switch the account.
Sometime in the future, it would be good to improve it - show msg that there are no accounts currently available, instruct to go create/import one, maybe even include a link opening the create or/and import account.
You can preview the changes at : https://765f10ab.smapp-lite-prod.pages.dev |
@monikasmolarek thanks a lot!
Also I can confirm that there is a bug as you recorded on the video above. |
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.
It allows to put there a public key, but you need to switch to the foreign key, yeah. |
You can preview the changes at : https://7eb429d1.smapp-lite-prod.pages.dev |
You can preview the changes at : https://fbeb1312.smapp-lite-prod.pages.dev |
@dioexul I've added a yellow text under the name input saying that changing anything below will affect the account's address and change it only on your own risk. I think now it will be more clear that in a common case you should not change anything. But if you really have a mistake there — it will be possible to change anything. Sounds good? |
@brusherru yes, having a warning is better. |
You can preview the changes at : https://19b5255a.smapp-lite-prod.pages.dev |
It closes #42, closes #43, closes #44.
I had to refactor some input components (related to key and account selection).
So please, check it out carefully, just in case I broke something and didn't find :)
Actually more refactoring is needed, but I decided to finish it later.
Also, I moved adding of the new network inside the special "Edit networks" drawer (mb better to rename it into "Manage networks"?). Hopefully it's fine from the UX perspective.