Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Interface enhancements" | Dan Finlay | 2016-12-17 | 1 | -1/+1 |
| | |||||
* | Better editable label | Luis Iván Cuende | 2016-12-15 | 1 | -1/+1 |
| | |||||
* | Make identicon tolerant of changing state | Dan Finlay | 2016-11-02 | 1 | -0/+17 |
| | |||||
* | Fix identicon rendering | Dan Finlay | 2016-10-28 | 1 | -7/+6 |
| | |||||
* | identicon - default to imageify | kumavis | 2016-06-25 | 1 | -1/+1 |
| | |||||
* | icon-factory - overhaul to provide svg or imagified el | kumavis | 2016-06-24 | 1 | -5/+2 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -3/+3 |
| | |||||
* | Cache identicons | Dan Finlay | 2016-06-07 | 1 | -11/+6 |
| | | | | | | | | 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. | ||||
* | ui - redesign - account details | kumavis | 2016-05-11 | 1 | -6/+8 |
| | |||||
* | hotfix - identicon jazz bug | kumavis | 2016-05-11 | 1 | -2/+6 |
| | |||||
* | Began adding jazzicons | Dan Finlay | 2016-05-11 | 1 | -0/+49 |
Currently experiencing a few problems: 1. Tons of errors on app start. It's as if Jazzicon is getting called many times at start with some object as its diameter. 2. Weird visual glitches. When leaving a view with a jazzicon, it flashes off its border radius. 3. Messy transitions. Might want to just re-do the transitions. They just look awful, it's barely worthwhile. |