aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/identicon.js
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Interface enhancements"Dan Finlay2016-12-171-1/+1
|
* Better editable labelLuis Iván Cuende2016-12-151-1/+1
|
* Make identicon tolerant of changing stateDan Finlay2016-11-021-0/+17
|
* Fix identicon renderingDan Finlay2016-10-281-7/+6
|
* identicon - default to imageifykumavis2016-06-251-1/+1
|
* icon-factory - overhaul to provide svg or imagified elkumavis2016-06-241-5/+2
|
* Auto lintedDan Finlay2016-06-221-3/+3
|
* Cache identiconsDan Finlay2016-06-071-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 detailskumavis2016-05-111-6/+8
|
* hotfix - identicon jazz bugkumavis2016-05-111-2/+6
|
* Began adding jazziconsDan Finlay2016-05-111-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.