You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
Currently I've just implemented a simple function (here: 7fbac19) for stopping the user from sending unless they have entered something into the address bar and also checking if they have enough funds.
If the checks are met, then clicking confirm takes them to the send confirmation step.
Ideally the confirm button shouldn't seem like it is able to be clicked until the checks are met, so perhaps we should test on keyup etc as well. Also there should be some visual validation as to what they have got incorrect if they try and click confirm but it fails.
The text was updated successfully, but these errors were encountered:
I've now set it up with contextual error popups - but this probably still needs some inline highlighting of the specific fields in question. And I think the error module should probably get some more love in regards to icons as it's currently using a temporary png.
Currently I've just implemented a simple function (here: 7fbac19) for stopping the user from sending unless they have entered something into the address bar and also checking if they have enough funds.
If the checks are met, then clicking confirm takes them to the send confirmation step.
Ideally the confirm button shouldn't seem like it is able to be clicked until the checks are met, so perhaps we should test on keyup etc as well. Also there should be some visual validation as to what they have got incorrect if they try and click confirm but it fails.
The text was updated successfully, but these errors were encountered: