Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show checksummed addresses throughout the UI | bitpshr | 2018-04-18 | 1 | -2/+2 |
| | |||||
* | Implement tokens list UI | Chi Kei Chan | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Move responsive ui into its own folder for easier merges | Dan Finlay | 2017-07-21 | 1 | -0/+65 |
| | |||||
* | Make folder for responsive UI | Dan Finlay | 2017-07-04 | 1 | -65/+0 |
| | |||||
* | Auto populate token list with popular token balances | Dan Finlay | 2017-06-14 | 1 | -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 AddTokenList | Dan Finlay | 2017-06-13 | 1 | -41/+22 |
|\ | |||||
| * | remove more in operators | Dan Finlay | 2017-05-27 | 1 | -1/+1 |
| | | |||||
| * | Move to eth-contract-metadata | Dan Finlay | 2017-05-27 | 1 | -3/+4 |
| | | |||||
| * | Add address image map to icon factory | Dan Finlay | 2017-05-26 | 1 | -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 icons | Dan Finlay | 2017-04-25 | 1 | -1/+25 |
|/ | |||||
* | Linting to the max. | Kevin Serrano | 2016-11-12 | 1 | -2/+2 |
| | |||||
* | some legit linting fixes | kumavis | 2016-06-24 | 1 | -2/+1 |
| | |||||
* | icon-factory - overhaul to provide svg or imagified el | kumavis | 2016-06-24 | 1 | -24/+32 |
| | |||||
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -2/+4 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -9/+8 |
| | |||||
* | 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. |