aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-msg.js
Commit message (Collapse)AuthorAgeFilesLines
* clean - appease the linting machinekumavis2016-06-251-6/+1
|
* svg notif now work for msg signatureskumavis2016-06-251-24/+8
|
* Manually lintedDan Finlay2016-06-221-3/+0
|
* Auto lintedDan Finlay2016-06-221-5/+4
|
* Improve tx UIDan Finlay2016-05-041-0/+7
|
* Add UI for Signing MessagesDan Finlay2016-05-041-0/+65
Calls to `eth.sign` are now transiently persisted in memory, and displayed in a chronological stack with pending transactions (which are still persisted to disk). This allows the user a method to sign/cancel transactions even if they miss the Chrome notification. Improved a lot of the view routing, to avoid cases where routes would show an empty account view, or transition to the accounts list when it shouldn't. Broke the transaction approval view into a couple components so messages and transactions could have their own templates.