aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx.js
Commit message (Collapse)AuthorAgeFilesLines
* Restore button naming consistencyDan Finlay2016-07-081-2/+2
|
* Refined tx confirmation button stylesDan Finlay2016-07-081-7/+19
|
* Implement tx confirmation style refinementsDan Finlay2016-07-081-8/+0
|
* LintedDan Finlay2016-07-071-4/+2
|
* Fleshed out pending tx viewDan Finlay2016-07-071-1/+5
|
* Unify wording for transaction options (#369)Kevin Serrano2016-06-301-3/+3
| | | | | | | | * Unify wording for transaction options. * Modify changelog. * Fix wording and spacing.
* clean - appease the linting machinekumavis2016-06-251-21/+8
|
* svg notif now work for msg signatureskumavis2016-06-251-9/+1
|
* breakout pending-tx-detailskumavis2016-06-251-28/+6
|
* pending-tx pass the identicon pref onkumavis2016-06-241-0/+1
|
* tx-conf add non-interactive mode for notificationkumavis2016-06-241-8/+17
|
* svg notifications - remove unneeded deps and clean codekumavis2016-06-241-5/+5
|
* initial svg notificationskumavis2016-06-231-5/+11
|
* Manually lintedDan Finlay2016-06-221-1/+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/+71
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.