From 55f8ae4edd998a4d3897b9e1dd005f61fabefe37 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 24 Mar 2016 10:32:50 -0700 Subject: 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. --- app/images/loading.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/images/loading.svg (limited to 'app/images/loading.svg') diff --git a/app/images/loading.svg b/app/images/loading.svg new file mode 100644 index 000000000..854da88dd --- /dev/null +++ b/app/images/loading.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit