Add modals for advanced mode
Closes #362
Description:
I added two modals one for when "send using recipient's public key is selected" and another on when the send is clicked. I based the copy on the issue and open to improving it.
Deploy request for jolly-shaw-20fe62 pending review.
Visit the deploys page to approve it
| Name | Link |
|---|---|
| Latest commit | a5898683d11b4b0d985266e3ab3bba2021755bb6 |
Looks and works well @alexkeating, but let's adjust the copy a bit. I'd also like to expand the functionality a bit (sorry for the requirements-on-the-fly here).
* Message title: Remove the exclamation point after "Warning" * Message Copy: "The receiver will have to enter their account's private key into this app to withdrawal the funds. **Don't use this feature unless you know what you're doing**. [Learn more](http://localhost:8080/faq#how-do-i-send-funds-to-a-user-by-their-address-or-public-key)" * Functionality: In addition to the warning, add a check box to the second modal displayed after the user clicks "Send" that reads "☐ I acknowledge the risks". The final "Send" button on the modal should be inactive until the user checks the box.
I updated to reflect these requests
Having these weird Bad response and sometimes invalid address errors in the address bar only when Send using recipient's standard public key is selected and an amount that exceeds wallet balance or letters are entered.

Having these weird
Bad responseand sometimesinvalid addresserrors in the address bar only whenSend using recipient's standard public keyis selected and an amount that exceeds wallet balance or letters are entered.
Hmmm, I am not seeing these locally. Is there anything I am doing wrong to reproduce?