1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
Commit Graph

541 Commits

Author SHA1 Message Date
Dan Finlay
e29bac12b8 Move infura rpcs to https 2016-05-13 15:29:58 -07:00
kumavis
82db0afb30 ui - accunt-detail - fix style attribute 2016-05-13 15:12:30 -07:00
kumavis
e0280b0db8 ui - redesign - remove footer 2016-05-13 14:56:29 -07:00
kumavis
3d696420b7 clean - remove logging from tx list 2016-05-13 14:45:17 -07:00
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.
2016-05-13 01:24:05 -07:00
Dan Finlay
f2676d1241 Merge branch 'master' into eyeballs 2016-05-13 00:20:40 -07:00
kumavis
57d6ad2a3c Version 1.8.3 2016-05-12 03:03:27 -07:00
kumavis
47a5b58b92 deps - bump web3 2016-05-12 03:02:08 -07:00
Dan Finlay
29facfe4d6 Fix more transition bugs 2016-05-11 22:21:10 -07:00
Dan Finlay
b628df017f Revert style name fixes that broke styles 2016-05-11 21:26:09 -07:00
Dan Finlay
57280d4d79 Fix css names 2016-05-11 21:06:50 -07:00
Dan Finlay
4e9b829179 Merge branch 'master' into eyeballs 2016-05-11 14:16:53 -07:00
Dan Finlay
c7a491d7ac Version 1.8.2 2016-05-11 13:54:46 -07:00
Dan Finlay
4270c61f15 Merge pull request #183 from MetaMask/MigrateOffOldInfrastructure
Move all users to new scalable backend
2016-05-11 13:38:14 -07:00
kumavis
a468294d2c deps - bump provider-engine 2016-05-11 13:23:53 -07:00
Dan Finlay
8bfa40d2d3 Move all users to new scalable backend 2016-05-11 13:10:54 -07:00
Dan Finlay
b430cbd064 Fix send view selected account bug 2016-05-11 12:54:19 -07:00
Dan Finlay
f926aa8f85 Vertically center title bar content 2016-05-11 02:56:12 -07:00
Dan Finlay
9ff218afa8 Added transition group dependency back 2016-05-11 02:53:49 -07:00
Dan Finlay
0e6b62a924 Bump changelog 2016-05-11 02:50:12 -07:00
Dan Finlay
a7be57666a Merge branch 'eyeballs-jazz' into eyeballs 2016-05-11 02:47:46 -07:00
Dan Finlay
0af0bdbfcc Merge branch 'eyeballs' of github.com:MetaMask/metamask-plugin into eyeballs 2016-05-11 02:47:00 -07:00
Dan Finlay
2978e6e494 Fixed transitions 2016-05-11 02:46:41 -07:00
kumavis
2913dcb82c ui - redesign - account details 2016-05-11 02:11:31 -07:00
kumavis
82f9955f21 deps - bump jazzicon 2016-05-11 00:18:52 -07:00
Dan Finlay
277cff4e10 Remove log 2016-05-11 00:11:23 -07:00
kumavis
c8640537e6 hotfix - identicon jazz bug 2016-05-10 23:53:07 -07:00
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.
2016-05-10 23:07:01 -07:00
kumavis
9c91da72f5 ui - account list - fix select account 2016-05-10 17:22:09 -07:00
kumavis
c2c33ff6cd ui - redesign - app header + accounts selection 2016-05-10 16:52:07 -07:00
Dan Finlay
39403eb794 Version 1.8.1 2016-05-10 15:45:46 -07:00
Dan Finlay
30831be137 Merge pull request #182 from MetaMask/EasilyConfigurableProviders
Easily configurable providers
2016-05-10 15:44:47 -07:00
Dan Finlay
80c6f12839 Fix test 2016-05-10 15:42:09 -07:00
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.
2016-05-10 15:37:13 -07:00
kumavis
ab273ba444 ui - design - add new files 2016-05-10 14:20:21 -07:00
Dan Finlay
366f45d461 Version 1.8.0 2016-05-10 10:48:46 -07:00
Dan Finlay
d80f06d62e Merge pull request #181 from MetaMask/PostPresentationFixup
Post presentation fixup
2016-05-10 10:47:14 -07:00
Dan Finlay
e69131fb39 Remove test only statement 2016-05-10 10:46:55 -07:00
Dan Finlay
d3b541e126 Fix transition bugs after vault restore 2016-05-10 10:45:31 -07:00
Dan Finlay
7f32560b03 Fix account loading bug 2016-05-10 10:31:53 -07:00
kumavis
601d870592 Merge pull request #180 from MetaMask/PrettierTransactionList
Prettier transaction list
2016-05-06 14:49:38 -07:00
Dan Finlay
c30a67b2de Restored signTx action 2016-05-06 14:46:04 -07:00
Dan Finlay
356da540d1 Style transaction list using new panel component 2016-05-06 14:42:08 -07:00
Dan Finlay
a9fc4f452f Move account panel style into reusable component
The styles that defined the `account-panel` component now belong to the `panel` component, which is now used by the `account-panel` component for its styles.

It accepts an optional `onClick` property that it will fire when clicked!

Planning to use it for the tx-list.
2016-05-06 14:24:01 -07:00
Dan Finlay
edf4e2bc5b Bump changelog for automatic reload on provider change 2016-05-06 11:38:44 -07:00
Dan Finlay
7133e862bf Merge pull request #179 from MetaMask/i103
Automatic dapp reload
2016-05-05 16:12:50 -07:00
kumavis
aa2816010d inpage - automatic dapp reload 2016-05-05 16:04:43 -07:00
kumavis
b863fe16e8 Merge pull request #178 from MetaMask/AlwaysShowTransactionList
Always show transaction list
2016-05-05 14:35:44 -07:00
Dan Finlay
ebb0aac7dd Always show transaction list 2016-05-05 13:27:00 -07:00
Dan Finlay
e0a91c6fc9 Merge pull request #176 from MetaMask/RestoreAccountDetailBackButton
Put accounts view back on account "back" button?
2016-05-05 13:12:41 -07:00