From 0596c6fd425e0778de7c024a0792bfa4903396fe Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 3 Dec 2015 16:54:30 -0300 Subject: [PATCH 1/3] Fix paypro modal --- public/views/modals/paypro.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/views/modals/paypro.html b/public/views/modals/paypro.html index 9b73e9a3e..a7484be79 100644 --- a/public/views/modals/paypro.html +++ b/public/views/modals/paypro.html @@ -24,15 +24,15 @@

Details

From 821db133c86bca3b3f9e0c04534b565068316d26 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 3 Dec 2015 17:44:02 -0300 Subject: [PATCH 2/3] Fix loading wallet-history --- public/views/includes/walletInfo.html | 2 +- public/views/walletHome.html | 11 ++++++----- src/js/controllers/index.js | 5 +++++ 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/public/views/includes/walletInfo.html b/public/views/includes/walletInfo.html index 4b9af85c5..0d42eb65a 100644 --- a/public/views/includes/walletInfo.html +++ b/public/views/includes/walletInfo.html @@ -12,5 +12,5 @@ - + diff --git a/public/views/walletHome.html b/public/views/walletHome.html index 70a6a0a8b..a60f93259 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -173,21 +173,22 @@

Activity

-
+
-
+
No transactions yet -

Could not fetch transaction history

+

Could not fetch transaction history

-
-
+
+
diff --git a/src/js/controllers/index.js b/src/js/controllers/index.js index 52bbdea25..b895712d0 100644 --- a/src/js/controllers/index.js +++ b/src/js/controllers/index.js @@ -64,6 +64,9 @@ angular.module('copayApp.controllers').controller('indexController', function($r var fc = profileService.focusedClient; if (!fc) return; + // loading full wallet + self.loadingWallet = true; + // Clean status self.totalBalanceSat = null; self.lockedBalanceSat = null; @@ -923,6 +926,8 @@ angular.module('copayApp.controllers').controller('indexController', function($r $timeout(function() { self.updateLocalTxHistory(fc, function(err) { self.updatingTxHistory[walletId] = false; + self.loadingWallet = false; + self.txProgress = 0; if (err) self.txHistoryError = true; From 705416dfa56f1c7e2958063e0feb92b47889d361 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 3 Dec 2015 18:06:45 -0300 Subject: [PATCH 3/3] Fix title home and txp details --- public/views/modals/txp-details.html | 2 +- public/views/walletHome.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/views/modals/txp-details.html b/public/views/modals/txp-details.html index ae30f4e4c..d7b5f4239 100644 --- a/public/views/modals/txp-details.html +++ b/public/views/modals/txp-details.html @@ -87,7 +87,7 @@

Details

    -
  • +
  • Note {{tx.message}}
  • diff --git a/public/views/walletHome.html b/public/views/walletHome.html index a60f93259..fd45d7739 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -162,7 +162,7 @@
+ ng-show="index.lockedBalanceSat"> Total Locked Balance: {{index.lockedBalanceStr}} {{index.lockedBalanceAlternative}} @@ -172,11 +172,10 @@ -

Activity

-
+
No transactions yet @@ -207,6 +206,7 @@
+

Activity