From 85a9c1ad42ea7ba11ec57f5ac4cf80d95a47debf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Thu, 11 Feb 2016 15:50:34 -0300 Subject: [PATCH 1/3] UI refactor --- public/views/walletHome.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/views/walletHome.html b/public/views/walletHome.html index 5302758b2..ba6635c6f 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -358,11 +358,11 @@ -
+
Share this wallet address to receive payments. To protect your privacy, new addresses are generated automatically once you use them. - Generate new address + Generate new address
From 50d1e590eedb6bc4c4e806b003345792ed0a4923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Thu, 11 Feb 2016 16:19:51 -0300 Subject: [PATCH 2/3] disable buttons when is generating a new address --- public/views/walletHome.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/public/views/walletHome.html b/public/views/walletHome.html index ba6635c6f..3f4fa6add 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -345,17 +345,19 @@
-
+
+ ng-click="home.shareAddress(home.addr[index.walletId])" + ng-disabled="home.generatingAddress"> Share address
-
From 9945c891fb9046a0067bc872a8dd3ca827ead49b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Fri, 12 Feb 2016 09:52:16 -0300 Subject: [PATCH 3/3] refactor --- public/views/walletHome.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/views/walletHome.html b/public/views/walletHome.html index 3f4fa6add..95152f415 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -311,7 +311,7 @@ +
@@ -346,18 +346,18 @@
- Share address - +
- Request a specific amount - +