ecency / hivesigner-ui

Hivesigner UI, website component
MIT License
4 stars 3 forks source link

Feature/new design for pages #6

Closed dkildar closed 3 years ago

feruzm commented 3 years ago

Hivesigner password changed to Encryption password image

feruzm commented 3 years ago

little too much padding here: image

feruzm commented 3 years ago

if username and password which is saved in localstorage is wrong, it keeps spinning, should stop spinning and I see form is showing error message though which is good, it should probably suggest to re-add account again. image

feruzm commented 3 years ago

Last selected account should be remembered. For example, if I have demo, demo123, demo.com accounts and I selected demo.com last time, in this session demo.com should always be selected or current account for signing/login, until next time user changes from select box.

feruzm commented 3 years ago

Bug: if I have one account with Encryption password and add 2nd account without encryption, changing user should change this form as well, right now, demo shouldn't show ~Hivesigner~ Encryption password for example. image

feruzm commented 3 years ago
http://localhost:3000/sign/custom-json?authority=active&required_auths=%5B%22demo%22%5D&required_posting_auths=%5B%5D&id=esteem_point_transfer&json=%7B%22sender%22%3A%22demo%22,%22receiver%22%3A%22ecency%22,%22amount%22%3A%2260.000%20POINT%22,%22memo%22%3A%22%22%7D&redirect_uri=https%3A%2F%2Fecency.com%2F%40demo123%2Fpoints

gives invalid hex after selecting account and clicking Continue maybe because of above error, thinking demo account is encrypted but it is not. image

dkildar commented 3 years ago

All issues fixed.

feruzm commented 3 years ago

Last selected account should be remembered. For example, if I have demo, demo123, demo.com accounts and I selected demo.com last time, in this session demo.com should always be selected or current account for signing/login, until next time user changes from select box.

This is not working. Last selected or unlocked account should be shown no matter which screen you come back from.