aboutsummaryrefslogtreecommitdiffstats
path: root/ui/lib/icon-factory.js
Commit message (Collapse)AuthorAgeFilesLines
* Implement tokens list UIChi Kei Chan2017-09-061-1/+1
|
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+65
|
* Make folder for responsive UIDan Finlay2017-07-041-65/+0
|
* Auto populate token list with popular token balancesDan Finlay2017-06-141-2/+2
| | | | | | | | | Half implements #175 Things to do: - Add ability to add tokens to the list. - Persist the token tab selection (so it is an implicit preference) - Check what's up with the token-tracker polling, it seems like it is not waiting the interval.
* Merge branch 'master' into AddTokenListDan Finlay2017-06-131-41/+22
|\
| * remove more in operatorsDan Finlay2017-05-271-1/+1
| |
| * Move to eth-contract-metadataDan Finlay2017-05-271-3/+4
| |
| * Add address image map to icon factoryDan Finlay2017-05-261-18/+21
| | | | | | | | | | | | | | Deriving from the new address image map repository I've added here: https://github.com/MetaMask/ethereum-contract-icons With this PR, images for addresses added to that repository will be shown instead of jazzicons in MetaMask.
* | Add placeholder etherscan token iconsDan Finlay2017-04-251-1/+25
|/
* 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.