From 3d60c3bceefd21452304cb368727e470b99bc7a3 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 4 Dec 2015 11:01:23 -0300 Subject: [PATCH 1/3] Fix wallet home. history --- public/views/walletHome.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/views/walletHome.html b/public/views/walletHome.html index 0a0ee5459..97204d262 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -198,9 +198,8 @@
- {{index.txProgress}} - Transactions Downloaded
- Wait some minutes... +
{{index.txProgress}} transactions downloaded
+
Updating transaction history. Please stand by.
@@ -268,12 +267,13 @@ -
- -
+
+ + Show all + +
From 87131cb7405f7694d5ace3699b8a16a82405bf69 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 4 Dec 2015 11:20:22 -0300 Subject: [PATCH 2/3] Fix prefHistory options --- public/views/preferencesHistory.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/public/views/preferencesHistory.html b/public/views/preferencesHistory.html index dca514b7a..59d078501 100644 --- a/public/views/preferencesHistory.html +++ b/public/views/preferencesHistory.html @@ -5,13 +5,12 @@

- +
    +
  • + Export to file +
  • +
  • + Clear cache +
  • +
From 17584c3ae4a47479ac6628a72a84afd64e716b19 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 4 Dec 2015 11:26:41 -0300 Subject: [PATCH 3/3] Fix foundation version --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 9b03088e4..88cd4e206 100644 --- a/bower.json +++ b/bower.json @@ -9,7 +9,7 @@ "dependencies": { "angular": "1.4.6", "angular-bitcore-wallet-client": "1.1.7", - "angular-foundation": "0.8.0", + "angular-foundation": "0.7.0", "angular-gettext": "2.1.2", "angular-moment": "0.10.1", "angular-qrcode": "monospaced/angular-qrcode#~6.0.3", @@ -17,7 +17,7 @@ "angular-ui-switch": "0.1.1", "animate.css": "3.4.0", "fastclick": "1.0.6", - "foundation": "5.5.3", + "foundation": "5.5.2", "foundation-icon-fonts": "*", "moment": "2.10.3", "ng-lodash": "0.2.3",