aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/accounts/import/index.js
Commit message (Collapse)AuthorAgeFilesLines
* Add Back Button for Import ScreenThomas Huang2017-06-281-0/+9
|
* Fix linting warningsThomas Huang2017-04-271-1/+1
|
* Implement naieve JSON file importingDan Finlay2017-01-191-3/+3
| | | | 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.
* Allow importing of private key stringsDan Finlay2017-01-181-6/+15
| | | | | | | | 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`.
* Develop import subviewsDan Finlay2016-11-051-15/+27
|
* Add import account placeholder templateDan Finlay2016-11-051-0/+70