From a7d5ca70d35ef624189d42583aee36095c3477fd Mon Sep 17 00:00:00 2001 From: bechi Date: Tue, 16 Sep 2014 12:04:21 -0300 Subject: [PATCH 1/3] fix address book mobile --- views/send.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/views/send.html b/views/send.html index 83e00d8f4..3208dce3b 100644 --- a/views/send.html +++ b/views/send.html @@ -181,9 +181,9 @@ Label Address - Creator - Date -   + Creator + Date +   @@ -191,10 +191,10 @@ ng-repeat="(addr, info) in $root.wallet.addressBook" ng-class="{'addressbook-disabled': info.hidden}"> {{info.label}} - {{addr}} - {{$root.wallet.publicKeyRing.nicknameForCopayer(info.copayerId)}} - - {{info.hidden ? + {{addr}} + {{$root.wallet.publicKeyRing.nicknameForCopayer(info.copayerId)}} + + {{info.hidden ? 'Enable' : 'Disable'}} From 0301ad0cf0152b0525a6e700e2516637ee2ac33c Mon Sep 17 00:00:00 2001 From: bechi Date: Tue, 16 Sep 2014 15:45:55 -0300 Subject: [PATCH 2/3] fix qr code's popup mobile --- css/src/mobile.css | 8 ++++---- views/modals/qr-address.html | 20 +++++++++++--------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/css/src/mobile.css b/css/src/mobile.css index 9deb53219..f4f0bb509 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -122,13 +122,13 @@ display: block; float: none; margin: 0 auto; - width: 210px; - height: 210px; + width: 160px; + height: 160px; } .panel qrcode canvas { - width: 200px; - height: 200px; + width: 150px; + height: 150px; } .addresses .panel { diff --git a/views/modals/qr-address.html b/views/modals/qr-address.html index 13d5635fc..5f7d990c3 100644 --- a/views/modals/qr-address.html +++ b/views/modals/qr-address.html @@ -1,20 +1,22 @@
- +
-

{{address.address}}

+

{{address.address}}

-

+

{{address.balance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}

-

- +
+ + + Open in external application + +
× From 619611b0afeabc614a31ee23aba2ad1f968b583d Mon Sep 17 00:00:00 2001 From: bechi Date: Tue, 16 Sep 2014 17:01:52 -0300 Subject: [PATCH 3/3] fix address list mobile --- views/addresses.html | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/views/addresses.html b/views/addresses.html index ac0ea08f0..937dc186b 100644 --- a/views/addresses.html +++ b/views/addresses.html @@ -7,10 +7,10 @@
-
-
-
-
+
+
+
+
  @@ -18,22 +18,30 @@ change
-
- - - - change -
-
+
- - {{addr.balance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}} - +

+ {{addr.balance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}} +

-
+
+ +
+ + change +
+
+

+ +

+

+ {{addr.balance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}} +

+
+
@@ -45,5 +53,4 @@
-