Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore button naming consistency | Dan Finlay | 2016-07-08 | 1 | -2/+2 |
| | |||||
* | Refined tx confirmation button styles | Dan Finlay | 2016-07-08 | 1 | -7/+19 |
| | |||||
* | Implement tx confirmation style refinements | Dan Finlay | 2016-07-08 | 1 | -8/+0 |
| | |||||
* | Linted | Dan Finlay | 2016-07-07 | 1 | -4/+2 |
| | |||||
* | Fleshed out pending tx view | Dan Finlay | 2016-07-07 | 1 | -1/+5 |
| | |||||
* | Unify wording for transaction options (#369) | Kevin Serrano | 2016-06-30 | 1 | -3/+3 |
| | | | | | | | | * Unify wording for transaction options. * Modify changelog. * Fix wording and spacing. | ||||
* | clean - appease the linting machine | kumavis | 2016-06-25 | 1 | -21/+8 |
| | |||||
* | svg notif now work for msg signatures | kumavis | 2016-06-25 | 1 | -9/+1 |
| | |||||
* | breakout pending-tx-details | kumavis | 2016-06-25 | 1 | -28/+6 |
| | |||||
* | pending-tx pass the identicon pref on | kumavis | 2016-06-24 | 1 | -0/+1 |
| | |||||
* | tx-conf add non-interactive mode for notification | kumavis | 2016-06-24 | 1 | -8/+17 |
| | |||||
* | svg notifications - remove unneeded deps and clean code | kumavis | 2016-06-24 | 1 | -5/+5 |
| | |||||
* | initial svg notifications | kumavis | 2016-06-23 | 1 | -5/+11 |
| | |||||
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -1/+0 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -5/+4 |
| | |||||
* | Improve tx UI | Dan Finlay | 2016-05-04 | 1 | -0/+7 |
| | |||||
* | Add UI for Signing Messages | Dan Finlay | 2016-05-04 | 1 | -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. |