aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/accounts
Commit message (Collapse)AuthorAgeFilesLines
* Implement naieve JSON file importingDan Finlay2017-01-192-5/+76
| | | | Doesn't work on any JSON file I have, it's a very naieve strategy provided by ethereumjs-wallet. Will need to raise its sophistication before deploying to production.
* Added new modular private key import systemDan Finlay2017-01-191-2/+1
| | | | | | | | | | | | | | Now any strategy for importing a private key that can be described as a pure function can be very easily turned into a MetaMask import strategy. I've created a generic and reusable UI action called `importNewAccount(strategy, args)`. The `strategy` is a unique identifier defined in `app/scripts/account-import-strategies`, and the `args` will be passed to the member of the `strategies` array whose key matches the strategy string. Strategies return private key hex strings, and are used by the metamask-controller to create a new keyring, and select that new account, before calling back. This also implements @frankiebee's idea of showing the imported account when it's been imported (my oversight!). This commit only moves us to this architecture, keeping feature parity for private key import, but has some untested code for importing geth-style JSON files as well!
* Remove unused UI filesDan Finlay2017-01-182-109/+0
|
* Allow importing of private key stringsDan Finlay2017-01-183-7/+86
| | | | | | | | Fixes #1021 A top-right menu item now allows `Account Import`. It has a menu (with one item for now) that allows importing a private key string. Errors are displayed, and a success navigates the user to their account list, where the imported account is labeled `LOOSE`.
* Merge branch 'i328-MultiVault-v1' into i715-AddImportMenuDan Finlay2017-01-186-0/+255
|\
| * Develop import subviewsDan Finlay2016-11-054-16/+85
| |
| * Add import account placeholder templateDan Finlay2016-11-052-30/+70
| |
| * LintedDan Finlay2016-11-051-6/+3
| |
| * Add account adding subview placeholdersDan Finlay2016-11-053-37/+119
| |
| * Scaffold new account viewDan Finlay2016-11-052-1/+61
| |
* | Fix rendering of loose accountsDan Finlay2016-12-241-2/+2
| |
* | Show a "LOOSE" warning on accounts not belonging to HD Seed phraseDan Finlay2016-12-232-7/+25
| |
* | Fix camel casing on setSelectedAccount action.Dan Finlay2016-11-221-1/+1
| |
* | change all instances of selectedAddress to selectedAccount.Kevin Serrano2016-11-222-5/+5
|/
* Remove insane actions hashDan Finlay2016-11-051-6/+2
|
* Configure BIP44 Keychain as default oneDan Finlay2016-10-291-3/+3
|
* Began adding first basic keyringDan Finlay2016-10-211-3/+3
|
* Remove flex class from account list containerDan Finlay2016-10-121-1/+1
|
* Merge branch 'library' of github.com:MetaMask/metamask-plugin into librarykumavis2016-09-132-10/+7
|\
| * Fix single account list formattingDan Finlay2016-09-132-5/+2
| |
| * Add accounts back to metamask stateDan Finlay2016-09-131-5/+5
| |
* | ui - remove unused currentDomain propkumavis2016-09-131-1/+0
|/
* Revert "Add new eth-lightwallet salting to vault."Frankie2016-09-132-7/+10
|
* Fix account list formatting when only a single item.Dan Finlay2016-09-122-10/+7
| | | | | | - Makes account list items no longer flex larger than they should be. - Makes the add account button not flex larger than it should be. - Adds a line under the add account button to define its size.
* Merge branch 'master' into i#589pendingTxsIssueFrankie2016-09-091-2/+2
|\
| * Nearly finished factoring fiat value into eth-balanceDan Finlay2016-09-071-2/+2
| |
* | Add network checks for unconfirmed TxsFrankie2016-09-091-0/+1
|/
* Change account list balance rendering.Kevin Serrano2016-08-171-2/+6
|
* Add mock dev modeDan Finlay2016-07-221-2/+1
|
* Replace manual copy buttons with new CopyButton componentDan Finlay2016-06-301-9/+3
|
* Add alt titles to most critical iconsKevin Serrano2016-06-281-0/+1
| | | | We can change most of these later to a more "elegant" solution, but from the user perspective, having these tooltips is comforting imo.
* accounts - rename account list item so it doesnt overlapkumavis2016-06-242-2/+3
|
* Fix for lint errFrankie2016-06-221-6/+0
|
* Fix conflictFrankie2016-06-222-59/+56
|\
| * Manually lintedDan Finlay2016-06-222-3/+0
| |
| * Auto lintedDan Finlay2016-06-222-57/+54
| |
* | Change the copy to cliboard iconFrankie2016-06-221-2/+6
|/
* Let account address take more space in account listDan Finlay2016-06-151-6/+18
|
* Change chevron-down to fa-plusFrankie2016-06-041-1/+1
|
* Add number indicating pending txs to account listDan Finlay2016-05-262-0/+23
|
* Add copy address button to account listDan Finlay2016-05-242-6/+47
|
* Move account list panel to componentDan Finlay2016-05-242-45/+28
|
* Move accounts indexDan Finlay2016-05-241-0/+182