diff --git a/old/go.js b/old/go.js index 529ee1330..082d3c207 100644 --- a/old/go.js +++ b/old/go.js @@ -30,10 +30,12 @@ angular.module('copayApp.services').factory('go', function($window, $ionicSideMe }; root.walletHome = function() { - var fc = profileService.focusedClient; - if (fc && !fc.isComplete()) { + var wallet = profileService.getWallet($stateParams.walletId); + if (wallet && !wallet.isComplete()) { $log.debug("Wallet not complete at startup... redirecting"); - $state.transitionTo('wallet.details', {walletId: fc.credentials.walletId}) + $state.transitionTo('wallet.details', { + walletId: wallet.credentials.walletId + }) } else { root.path('tabs.home'); } diff --git a/public/views/backup.html b/public/views/backup.html index 70eeb47d0..f97f50008 100644 --- a/public/views/backup.html +++ b/public/views/backup.html @@ -2,17 +2,12 @@ Backup Flow - - - -   - - +     - +
{{error|translate}} @@ -23,27 +18,27 @@ ## STEP 1 --> -
+
Write your wallet recovery phrase
-
+
- To restore this {{index.m}}-{{index.n}} shared wallet you will need + To restore this {{wallet.m}}-{{wallet.n}} shared wallet you will need :
- Your wallet recovery phrase and access to the server that coordinated the initial wallet creation. You still need {{index.m}} keys to spend. + Your wallet recovery phrase and access to the server that coordinated the initial wallet creation. You still need {{wallet.m}} keys to spend. OR the wallet recovery phrase of all copayers in the wallet OR 1 wallet export file and the remaining quorum of wallet recovery phrases (e.g. in a 3-5 wallet: 1 wallet export file + 2 wallet recovery phrases of any of the other copayers).
-
+
- To restore this {{index.m}}-{{index.n}} shared wallet you will need + To restore this {{wallet.m}}-{{wallet.n}} shared wallet you will need :
- Your wallet recovery phrase and access to the server that coordinated the initial wallet creation. You still need {{index.m}} keys to spend. + Your wallet recovery phrase and access to the server that coordinated the initial wallet creation. You still need {{wallet.m}} keys to spend. OR the wallet recovery phrases of all copayers in the wallet
@@ -57,14 +52,14 @@
-

+

You need the wallet recovery phrase to restore this personal wallet. Write it down and keep them somewhere safe.

-
+
{{word}} 
diff --git a/public/views/export.html b/public/views/export.html index ea0e60c12..5710d48af 100644 --- a/public/views/export.html +++ b/public/views/export.html @@ -1,5 +1,5 @@ - + Export Wallet @@ -8,25 +8,22 @@ - -

{{wallet.name}}

+

-
-
@@ -35,20 +32,15 @@ Failed to export
-
-
-
- -
- -
- - -
- -
-
-
+ + +
@@ -62,27 +54,18 @@
Exporting via QR not supported for this wallet
- + + Show advanced options + Hide advanced options + -
- - Do not include private key - -
+ + Do not include private key +
- + WARNING: The private key of this wallet is not available. The export allows to check the wallet balance, transaction history, and create spend proposals from the export. However, does not allow to approve (sign) proposals, so funds will not be accessible from the export. @@ -91,37 +74,44 @@
- + WARNING: Not including the private key allows to check the wallet balance, transaction history, and create spend proposals from the export. However, does not allow to approve (sign) proposals, so funds will not be accessible from the export.
-
-
- - -
-

Export options

- - -
-
+ + + +
+

Export options

+ +
diff --git a/public/views/preferences.html b/public/views/preferences.html index b2db8f6ea..00c0a7aa7 100644 --- a/public/views/preferences.html +++ b/public/views/preferences.html @@ -7,7 +7,7 @@ - +
Preferences diff --git a/public/views/preferencesAdvanced.html b/public/views/preferencesAdvanced.html index 31944a2c0..c052ab067 100644 --- a/public/views/preferencesAdvanced.html +++ b/public/views/preferencesAdvanced.html @@ -7,7 +7,7 @@ - +
diff --git a/public/views/preferencesAlias.html b/public/views/preferencesAlias.html index 5a57007d0..9868954e2 100644 --- a/public/views/preferencesAlias.html +++ b/public/views/preferencesAlias.html @@ -7,7 +7,7 @@ - +