Alexander Tseung
c18c0e1c30
Fix tests. Add className to Identicon ethLogos.
6 years ago
Alexander Tseung
5de48c67a0
Use css grid for TransactionListItem for responsive layout
6 years ago
Esteban MIno
b59a1e91b8
typo watchAsset imageUrl to image
6 years ago
Esteban MIno
a36ea0e232
show watch asset image from hide token modal
6 years ago
Esteban MIno
a4c3f6b65c
add support for images base64 and urls on new ui
6 years ago
Whymarrh Whitby
1f6f4977de
Handle large token balances in tx list hero
6 years ago
kumavis
9f7b63bb6a
identicon - set blockies height and width to identicon diameter
7 years ago
Dan
0a711f0de0
Removes t from props via metamask-connect and instead places it on context via a provider.
7 years ago
kumavis
f9b680b09f
ui - identicon - use relative link for ether logo
7 years ago
Dan
5fe0be722b
Handle i18n with redux.
7 years ago
Thomas Huang
f131468353
Remove useBlockie in props for render
...
Removed unused useBlock for Lint validation.
7 years ago
Jason Clark
a34362b776
Fixes changes requested in pullrequestreview-79088534
7 years ago
Jason Clark
75ef848196
making eslint happy
7 years ago
Jason Clark
bd48d858f4
fixing blockies display issues
7 years ago
Jason Clark
1b89ceb63a
swapped out ethereum-blockies lib for MEW blockies library, tightened up identicon.js code
7 years ago
Jason Clark
41be4714c2
tweaking styling
7 years ago
Jason Clark
dc7bd3c628
incremental commit of working blockie component
7 years ago
Clark, Jason (Contractor)
90fc4812bc
incremental commit
7 years ago
Chi Kei Chan
ac50db52a9
Fix linter
7 years ago
Chi Kei Chan
14b2f3e391
Show token balance and identicon
7 years ago
Chi Kei Chan
06b2a04a42
Implement tokens list UI
7 years ago
Dan J Miller
744b78e9c8
Patch 2 account details modal ( #1957 )
...
* Account details modal styling changes.
* Tweaking styles.
7 years ago
Dan Finlay
86d367957f
Move responsive ui into its own folder for easier merges
7 years ago
Dan Finlay
5eb3d5d485
Make folder for responsive UI
7 years ago
Dan Finlay
108c4ab2c5
Auto populate token list with popular token balances
...
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.
8 years ago
Dan Finlay
c4be4c7195
Skip jazzicons in unit tests
8 years ago
Dan Finlay
40e2450022
Get token list looking ok
8 years ago
Dan Finlay
6d13ef691f
Revert "Interface enhancements"
8 years ago
Luis Iván Cuende
c65db9290d
Better editable label
8 years ago
Dan Finlay
f2bfdd7f8c
Make identicon tolerant of changing state
8 years ago
Dan Finlay
ed3814bff8
Fix identicon rendering
8 years ago
kumavis
c8b6da2593
identicon - default to imageify
8 years ago
kumavis
7eb89613cc
icon-factory - overhaul to provide svg or imagified el
8 years ago
Dan Finlay
a08c3bc01b
Auto linted
8 years ago
Dan Finlay
d5c378b09a
Cache identicons
...
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.
9 years ago
kumavis
2913dcb82c
ui - redesign - account details
9 years ago
Dan Finlay
277cff4e10
Remove log
9 years ago
kumavis
c8640537e6
hotfix - identicon jazz bug
9 years ago
Dan Finlay
d9d442ed1f
Began adding jazzicons
...
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.
9 years ago