From 1892d16b922bb2bea764c823ec4a1fa150c9e25c Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 4 Nov 2015 17:50:05 -0300 Subject: [PATCH] support import --- public/views/create.html | 17 ++++++++++++++++- public/views/import.html | 8 ++++++++ src/js/controllers/create.js | 16 +++++++--------- src/js/controllers/import.js | 12 +++++------- src/js/controllers/join.js | 10 ++-------- src/js/services/hwWallet.js | 19 ++++++++++++++++--- src/js/services/ledger.js | 7 ------- src/js/services/profileService.js | 10 +++++++++- 8 files changed, 63 insertions(+), 36 deletions(-) diff --git a/public/views/create.html b/public/views/create.html index ddfc90ec4..d666209d9 100644 --- a/public/views/create.html +++ b/public/views/create.html @@ -160,7 +160,22 @@ -
+
+ +
Multiple accounts can be derived from the same seed. Specify which account to use
+
+ +
+ +
+ +
+
+ +
Multiple accounts can be derived from the same seed. Specify which account to import
+
+