Commit Graph

313 Commits

Author SHA1 Message Date
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 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
Dan Finlay 64b635fc76 Fix account navigation link 2016-05-05 12:23:54 -07:00
Dan Finlay f92189a721 Restored back button to account detail view.
The `Change Acct` button was confusing multiple users, reverted that bit.
2016-05-05 12:14:51 -07:00
Dan Finlay 895fa023d1 Merge pull request #171 from MetaMask/MoveAccountExportToSubview
Move account export into own view
2016-05-05 12:13:12 -07:00
Dan Finlay cad9a5e6e9 Bump changelog 2016-05-04 20:44:47 -07:00
Dan Finlay 6ee193f802 Merge branch 'MoveAccountExportToSubview' into FixButtonStyleBug 2016-05-04 20:41:59 -07:00
Dan Finlay 93db6cacb5 Fix button width transition bug
Fixes #160
2016-05-04 20:41:34 -07:00
Dan Finlay d929f80532 Fix routing bug
Where sometimes the account list was shown when first unlocking, after momentarily showing the detail panel.
2016-05-04 20:37:39 -07:00
Dan Finlay 37dc13ce3b Bump changelog 2016-05-04 18:18:58 -07:00
Dan Finlay f4d58ebc70 Move account export to subview
Account detail view now has an animated transitioning `subview` section that allows us to show extra details within it.

Clicking `export` now slide replaces the transaction list with the export UI.

Added cancel/done/submit buttons to the Export UI. Done submits like Enter did, the other two transition back to the transaction list.

For some reason when first unlocking, the selected account is being instantly replaced with the accounts list, so I need to fix that before merging this into master.
2016-05-04 18:08:31 -07:00
kumavis 95582f8bde Merge pull request #169 from MetaMask/ImplementEthSign
implement eth_sign
2016-05-04 11:11:37 -07:00
Dan Finlay 9c6ec054b1 Show any pending txs when unlocking
Before the unlock action hard-routed to the home route, now it has a condition where it will show pending transactions instead.
2016-05-03 15:04:15 -07:00
Dan Finlay 46e100f595 Improve tx UI 2016-05-03 14:44:36 -07:00
Dan Finlay e6c4d63ccd Add UI for Signing Messages
Calls to `eth.sign` are now transiently persisted in memory, and displayed in a chronological stack with pending transactions (which are still persisted to disk).

This allows the user a method to sign/cancel transactions even if they miss the Chrome notification.

Improved a lot of the view routing, to avoid cases where routes would show an empty account view, or transition to the accounts list when it shouldn't.

Broke the transaction approval view into a couple components so messages and transactions could have their own templates.
2016-05-03 14:32:22 -07:00
Dan Finlay dcbf17af2d Clarified user value for UMD fix on changelog 2016-04-29 17:57:07 -07:00
Dan Finlay fcab161890 Version 1.7.0 2016-04-29 17:20:38 -07:00
Dan Finlay 6a6811f1d1 Merge pull request #165 from MetaMask/FixTransitions
Fix transitions
2016-04-29 17:13:53 -07:00
Dan Finlay 988165224b Fix outdated transitions
Fixes #151

- Cancelling or completing a tx now goes back to account detail view.
- Restoring a vault now does not select an unloaded account, shows account list.
- Account list now never selects an item only uses the cells as buttons.
2016-04-29 17:02:36 -07:00
Dan Finlay 8421c97db2 Bumped changelog for transaction list enhancements 2016-04-29 17:02:26 -07:00
kumavis 3a3444aad1 Merge pull request #164 from MetaMask/i126
inpage - add and remove 'define' from global context
2016-04-29 15:43:39 -07:00
kumavis 62e4cc8e67 add changelog note for inpage context guard 2016-04-29 15:42:48 -07:00
kumavis 9fcf07db6b inpage - add and remove 'define' from global context. updates #126 2016-04-29 15:38:24 -07:00
Dan Finlay 4fee97a6b0 Merge pull request #162 from MetaMask/Identicon
Identicon support
2016-04-29 14:23:08 -07:00
Dan Finlay 118da12197 Merge branch 'master' into Identicon 2016-04-29 14:01:58 -07:00
Dan Finlay 1638ac721a Merge pull request #161 from MetaMask/FixSlackLink
Fix slack link
2016-04-29 12:54:20 -07:00
Dan Finlay 9360e33510 Convert icons to identicons 2016-04-29 12:45:46 -07:00
Dan Finlay a5d024c7d2 Bump changelog 2016-04-29 12:15:50 -07:00
Dan Finlay c88c3ccd81 Fix slack link 2016-04-29 11:41:59 -07:00
kumavis a71de17f1c Merge pull request #159 from MetaMask/i137
idmgmt - eth_sign support + notifications
2016-04-28 14:31:48 -07:00