Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix fiat rendering | Dan Finlay | 2017-05-17 | 1 | -1/+3 |
| | | | | | | | | Fixes #1439. When reorganizing fiat-value component to not use global state, had missed its necessary `currentCurrency` parameter. This now passes it in wherever it's used. | ||||
* | Remove redux dependency from eth-balance and its dependent tree | Dan Finlay | 2017-05-13 | 1 | -1/+3 |
| | | | | For better unit testability of the conf-tx view. | ||||
* | Fix account detail transition fix. | Kevin Serrano | 2017-04-06 | 1 | -1/+1 |
| | |||||
* | Filter txs by txMeta network value in account detail | kumavis | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' into messageManagerCleanUp | Frankie | 2017-02-02 | 1 | -9/+2 |
|\ | |||||
| * | rename selectedAccount to selectedAddress | kumavis | 2017-01-31 | 1 | -9/+2 |
| | | |||||
* | | Clean up message manger includes: | Frankie | 2017-01-29 | 1 | -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 strings | Dan Finlay | 2017-01-18 | 1 | -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-AddImportMenu | Dan Finlay | 2017-01-18 | 1 | -0/+7 |
|\ | |||||
| * | Scaffold new account view | Dan Finlay | 2016-11-05 | 1 | -1/+1 |
| | | |||||
* | | Show a "LOOSE" warning on accounts not belonging to HD Seed phrase | Dan Finlay | 2016-12-23 | 1 | -3/+11 |
| | | |||||
* | | Fix camel casing on setSelectedAccount action. | Dan Finlay | 2016-11-22 | 1 | -1/+1 |
| | | |||||
* | | change all instances of selectedAddress to selectedAccount. | Kevin Serrano | 2016-11-22 | 1 | -4/+4 |
|/ | |||||
* | Remove insane actions hash | Dan Finlay | 2016-11-05 | 1 | -6/+2 |
| | |||||
* | Configure BIP44 Keychain as default one | Dan Finlay | 2016-10-29 | 1 | -3/+3 |
| | |||||
* | Began adding first basic keyring | Dan Finlay | 2016-10-21 | 1 | -3/+3 |
| | |||||
* | Remove flex class from account list container | Dan Finlay | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'library' of github.com:MetaMask/metamask-plugin into library | kumavis | 2016-09-13 | 1 | -2/+2 |
|\ | |||||
| * | Fix single account list formatting | Dan Finlay | 2016-09-13 | 1 | -2/+2 |
| | | |||||
* | | ui - remove unused currentDomain prop | kumavis | 2016-09-13 | 1 | -1/+0 |
|/ | |||||
* | Revert "Add new eth-lightwallet salting to vault." | Frankie | 2016-09-13 | 1 | -2/+2 |
| | |||||
* | Fix account list formatting when only a single item. | Dan Finlay | 2016-09-12 | 1 | -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 Txs | Frankie | 2016-09-09 | 1 | -0/+1 |
| | |||||
* | Add mock dev mode | Dan Finlay | 2016-07-22 | 1 | -2/+1 |
| | |||||
* | accounts - rename account list item so it doesnt overlap | kumavis | 2016-06-24 | 1 | -2/+2 |
| | |||||
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -1/+0 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -51/+49 |
| | |||||
* | Change chevron-down to fa-plus | Frankie | 2016-06-04 | 1 | -1/+1 |
| | |||||
* | Add number indicating pending txs to account list | Dan Finlay | 2016-05-26 | 1 | -0/+16 |
| | |||||
* | Add copy address button to account list | Dan Finlay | 2016-05-24 | 1 | -4/+1 |
| | |||||
* | Move account list panel to component | Dan Finlay | 2016-05-24 | 1 | -45/+9 |
| | |||||
* | Move accounts index | Dan Finlay | 2016-05-24 | 1 | -0/+182 |