Commit Graph

5 Commits

Author SHA1 Message Date
Dan Finlay 55f8ae4edd Add seed word caching during confirmation screen
In order to persist the seed word page until the user clicks the confirmation button, we need to store the seed words in localStorage.

To simplify this process I've also reorganized some of the account manager code, broken up one large function into many smaller functions, and created a new class for the IdMgmt object.

Again, sorry such a big refactor in one commit, but I really had to break it down to work through it.
2016-03-24 10:32:50 -07:00
Dan Finlay 5dbf5c2937 Add lock images to static repo.
Having the ui in one project but the static resources in this one is a good sign that either:

 - We should have the UI in this project.
 - We should find a way to keep the static resources in the UI repo.
2016-03-02 15:32:13 -08:00
kumavis 0285b20040 update icon assets 2015-08-01 21:12:34 -07:00
kumavis d352a6c7d8 metamask provider skeleton 2015-07-31 23:05:04 -07:00
kumavis 500a95a704 init commit 2015-07-31 18:38:02 -07:00