Repository
https://github.com/MattyIce/steem-keychain
Project Name: Steem Keychain
PR: https://github.com/MattyIce/steem-keychain/pull/119
Merged and waiting for deploy with other updates I was waiting for the deployment, but since utopian ends anyway, I make this post now.
New Feature - token transfer confirmation
Previously, there was no confirmation step for scot tokens.
This is not only inconsistent with STEEM/SBD transfer which provides confirmation step, but also could be dangerous. It was even possible that a wrong sender can be chosen due to multi-account support.
This update provides a confirmation step.
- After clicking "SEND", confirmation page with "sender" info, which I made before for STEEM/SBD before :) is now shown.
Part of Codes
- First, a new dialog page for token transfer confirmation is created
- When, send button is clicked on the send page, it pops up the confirmation page.
Benefits
Steem Engine token transfers take more time than STEEM/SBD transfers. So people often tend to transfer twice, since they didn't know it was sent. Imagine that you even sent it to the wrong place twice! Horrible :(
There should be confirmation page and it's also good for consistency with STEEM/SBD transfer.