aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/identicon.js
Commit message (Collapse)AuthorAgeFilesLines
* Handle large token balances in tx list heroWhymarrh Whitby2018-06-211-0/+1
|
* identicon - set blockies height and width to identicon diameterkumavis2018-03-311-3/+2
|
* Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-03-301-1/+1
|\ | | | | | | ci-artifacts
| * Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-1/+1
| | | | | | | | via a provider.
* | ui - identicon - use relative link for ether logokumavis2018-03-291-1/+1
|/
* Handle i18n with redux.Dan2018-03-161-1/+1
|
* Remove useBlockie in props for renderThomas Huang2017-11-291-1/+1
| | | Removed unused useBlock for Lint validation.
* Fixes changes requested in pullrequestreview-79088534Jason Clark2017-11-271-2/+2
|
* making eslint happyJason Clark2017-11-261-4/+5
|
* fixing blockies display issuesJason Clark2017-11-261-4/+8
|
* swapped out ethereum-blockies lib for MEW blockies library, tightened up ↵Jason Clark2017-11-261-50/+49
| | | | identicon.js code
* tweaking stylingJason Clark2017-11-251-3/+16
|
* incremental commit of working blockie componentJason Clark2017-11-251-15/+26
|
* incremental commitClark, Jason (Contractor)2017-11-241-1/+2
|
* Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-251-0/+2
|\
| * Fix linterChi Kei Chan2017-10-211-0/+2
| |
* | Show token balance and identiconChi Kei Chan2017-09-071-16/+28
| |
* | Implement tokens list UIChi Kei Chan2017-09-061-1/+3
| |
* | Patch 2 account details modal (#1957)Dan J Miller2017-08-251-1/+1
| | | | | | | | | | | | * Account details modal styling changes. * Tweaking styles.
* | Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+72
| |
* | Make folder for responsive UIDan Finlay2017-07-041-72/+0
|/
* Auto populate token list with popular token balancesDan Finlay2017-06-141-2/+4
| | | | | | | | | 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-6/+13
|\
| * Skip jazzicons in unit testsDan Finlay2017-05-161-4/+9
| |
* | Get token list looking okDan Finlay2017-04-221-4/+4
|/
* 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.