aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/accounts/index.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix account detail transition fix.Kevin Serrano2017-04-061-1/+1
|
* Filter txs by txMeta network value in account detailkumavis2017-03-291-1/+1
|
* Merge branch 'dev' into messageManagerCleanUpFrankie2017-02-021-9/+2
|\
| * rename selectedAccount to selectedAddresskumavis2017-01-311-9/+2
| |
* | Clean up message manger includes:Frankie2017-01-291-5/+5
|/ | | | | | | | | Provider egine bump Remove presence of message manger in keyring controller Change the status wording fom conf to approved make Message manager a class fix messages not being apart of the badge re write message manger to better reflect controller pattern
* Allow importing of private key stringsDan Finlay2017-01-181-1/+2
| | | | | | | | 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-181-0/+7
|\
| * Scaffold new account viewDan Finlay2016-11-051-1/+1
| |
* | Show a "LOOSE" warning on accounts not belonging to HD Seed phraseDan Finlay2016-12-231-3/+11
| |
* | Fix camel casing on setSelectedAccount action.Dan Finlay2016-11-221-1/+1
| |
* | change all instances of selectedAddress to selectedAccount.Kevin Serrano2016-11-221-4/+4
|/
* 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-131-2/+2
|\
| * Fix single account list formattingDan Finlay2016-09-131-2/+2
| |
* | ui - remove unused currentDomain propkumavis2016-09-131-1/+0
|/
* Revert "Add new eth-lightwallet salting to vault."Frankie2016-09-131-2/+2
|
* Fix account list formatting when only a single item.Dan Finlay2016-09-121-2/+2
| | | | | | - 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.
* Add network checks for unconfirmed TxsFrankie2016-09-091-0/+1
|
* Add mock dev modeDan Finlay2016-07-221-2/+1
|
* accounts - rename account list item so it doesnt overlapkumavis2016-06-241-2/+2
|
* Manually lintedDan Finlay2016-06-221-1/+0
|
* Auto lintedDan Finlay2016-06-221-51/+49
|
* Change chevron-down to fa-plusFrankie2016-06-041-1/+1
|
* Add number indicating pending txs to account listDan Finlay2016-05-261-0/+16
|
* Add copy address button to account listDan Finlay2016-05-241-4/+1
|
* Move account list panel to componentDan Finlay2016-05-241-45/+9
|
* Move accounts indexDan Finlay2016-05-241-0/+182