aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/identicon.js
Commit message (Collapse)AuthorAgeFilesLines
* 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.