Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | breakout pending-tx-details | kumavis | 2016-06-25 | 1 | -2/+2 |
| | |||||
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -3/+0 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -11/+9 |
| | |||||
* | ui - redesign - trans group + + account detail + tx list fixes | kumavis | 2016-05-14 | 1 | -1/+2 |
| | |||||
* | Show any pending txs when unlocking | Dan Finlay | 2016-05-04 | 1 | -1/+2 |
| | | | | Before the unlock action hard-routed to the home route, now it has a condition where it will show pending transactions instead. | ||||
* | Improve tx UI | Dan Finlay | 2016-05-04 | 1 | -2/+2 |
| | |||||
* | Add UI for Signing Messages | Dan Finlay | 2016-05-04 | 1 | -53/+58 |
| | | | | | | | | | | 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. | ||||
* | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 1 | -0/+140 |