kumavis
06557d7900
ui - add new designs
9 years ago
kumavis
dd46ce79fd
Merge branch 'master' into eyeballs
9 years ago
kumavis
7f77fe1a79
Version 1.8.4
9 years ago
kumavis
b742c6cd9d
Merge pull request #187 from MetaMask/HttpsInfura
...
Move infura rpcs to https
9 years ago
kumavis
49e08f9013
ui - redesign - unlock menu
9 years ago
kumavis
d6a8b0b90a
ui - redesign - send
9 years ago
kumavis
82504ae965
ui - txList - add time
9 years ago
kumavis
2365fe1142
ui - txlist - better scroll bar positioning
9 years ago
kumavis
b55a329532
ui - copy address fix
9 years ago
kumavis
b8ad7f2cb1
ui - fix account-export margin
9 years ago
kumavis
46f1ab8b48
ui - redesign - trans group + + account detail + tx list fixes
9 years ago
Dan Finlay
e29bac12b8
Move infura rpcs to https
9 years ago
kumavis
82db0afb30
ui - accunt-detail - fix style attribute
9 years ago
kumavis
e0280b0db8
ui - redesign - remove footer
9 years ago
kumavis
3d696420b7
clean - remove logging from tx list
9 years ago
Dan Finlay
041b5493dc
Streamlined some transition logic
...
Fixes #122
Had used multiple actions for some transitions, which would lead to brief intermediary states.
Now making a few actions much more explicit about what they route to, so there is less intermediary logic, and we can transition confidently to the correct view.
9 years ago
Dan Finlay
f2676d1241
Merge branch 'master' into eyeballs
9 years ago
kumavis
57d6ad2a3c
Version 1.8.3
9 years ago
kumavis
47a5b58b92
deps - bump web3
9 years ago
Dan Finlay
29facfe4d6
Fix more transition bugs
9 years ago
Dan Finlay
b628df017f
Revert style name fixes that broke styles
9 years ago
Dan Finlay
57280d4d79
Fix css names
9 years ago
Dan Finlay
4e9b829179
Merge branch 'master' into eyeballs
9 years ago
Dan Finlay
c7a491d7ac
Version 1.8.2
9 years ago
Dan Finlay
4270c61f15
Merge pull request #183 from MetaMask/MigrateOffOldInfrastructure
...
Move all users to new scalable backend
9 years ago
kumavis
a468294d2c
deps - bump provider-engine
9 years ago
Dan Finlay
8bfa40d2d3
Move all users to new scalable backend
9 years ago
Dan Finlay
b430cbd064
Fix send view selected account bug
9 years ago
Dan Finlay
f926aa8f85
Vertically center title bar content
9 years ago
Dan Finlay
9ff218afa8
Added transition group dependency back
9 years ago
Dan Finlay
0e6b62a924
Bump changelog
9 years ago
Dan Finlay
a7be57666a
Merge branch 'eyeballs-jazz' into eyeballs
9 years ago
Dan Finlay
0af0bdbfcc
Merge branch 'eyeballs' of github.com:MetaMask/metamask-plugin into eyeballs
9 years ago
Dan Finlay
2978e6e494
Fixed transitions
9 years ago
kumavis
2913dcb82c
ui - redesign - account details
9 years ago
kumavis
82f9955f21
deps - bump jazzicon
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
kumavis
9c91da72f5
ui - account list - fix select account
9 years ago
kumavis
c2c33ff6cd
ui - redesign - app header + accounts selection
9 years ago
Dan Finlay
39403eb794
Version 1.8.1
9 years ago
Dan Finlay
30831be137
Merge pull request #182 from MetaMask/EasilyConfigurableProviders
...
Easily configurable providers
9 years ago
Dan Finlay
80c6f12839
Fix test
9 years ago
Dan Finlay
d8bee4f599
Make default providers more easiliy configurable for metamask devs
...
No longer do our `mainnet` and `testnet` buttons set specific RPC urls. Now they set `provider.type`, which gets interpreted with code.
Currently the provider types of `mainnet` and `testnet` point to our new scalable backends, but these could be re-interpreted to use any other provider, be it etherscan, peer to peer, or otherwise.
Makes it easier for us to upgrade our infrastructure without incorporating migration logic into the program.
9 years ago
kumavis
ab273ba444
ui - design - add new files
9 years ago
Dan Finlay
366f45d461
Version 1.8.0
9 years ago
Dan Finlay
d80f06d62e
Merge pull request #181 from MetaMask/PostPresentationFixup
...
Post presentation fixup
9 years ago
Dan Finlay
e69131fb39
Remove test only statement
9 years ago
Dan Finlay
d3b541e126
Fix transition bugs after vault restore
9 years ago