Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -2/+4 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 3 | -11/+10 |
| | |||||
* | Cache identicons | Dan Finlay | 2016-06-07 | 1 | -0/+52 |
| | | | | | | | | Fixes #197 Also as a side effect, by creating this `iconFactory.cache` object, we have a convenient place for specifying stock icons for known contracts! We can just hard-code image addresses in the `ui/lib/icon-factory.js` cache instantiation, and those values will be injected into the identicon image tag `src` attributes. | ||||
* | Add UI for Signing Messages | Dan Finlay | 2016-05-04 | 1 | -0/+8 |
| | | | | | | | | | | 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. | ||||
* | Fix explorer link generation | Dan Finlay | 2016-04-28 | 1 | -1/+4 |
| | |||||
* | Generate explorer link to match current blockchain | Dan Finlay | 2016-04-20 | 1 | -0/+12 |