aboutsummaryrefslogtreecommitdiffstats
path: root/ui/lib/icon-factory.js
Commit message (Collapse)AuthorAgeFilesLines
* Linting to the max.Kevin Serrano2016-11-121-2/+2
|
* some legit linting fixeskumavis2016-06-241-2/+1
|
* icon-factory - overhaul to provide svg or imagified elkumavis2016-06-241-24/+32
|
* Manually lintedDan Finlay2016-06-221-2/+4
|
* Auto lintedDan Finlay2016-06-221-9/+8
|
* Cache identiconsDan Finlay2016-06-071-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.