From 247fb41a901afccb2766c1ff1958967e4fff9580 Mon Sep 17 00:00:00 2001 From: bechi Date: Fri, 16 Jan 2015 17:03:42 -0300 Subject: [PATCH 1/5] fix bugs when you have 0 wallets --- css/src/main.css | 2 +- views/includes/sidebar.html | 27 ++++++++++++++++----------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/css/src/main.css b/css/src/main.css index 3e3f0690a..824e9c039 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -1335,7 +1335,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus { .black { background-color: #2C3E50; } - +.text-italic {font-style: italic;} .text-light {font-weight: 100;} .text-bold {font-weight: 700;} .text-gray {color: #8597A7;} diff --git a/views/includes/sidebar.html b/views/includes/sidebar.html index 08d986bb6..ad85a547c 100644 --- a/views/includes/sidebar.html +++ b/views/includes/sidebar.html @@ -1,17 +1,22 @@
-
-
-
{{$root.wallet.getName() | limitTo: 1}}
+
+
+ You have no wallets
-
-
-
-
{{$root.wallet.getName()}}
-
-
{{$root.wallet.requiredCopayers}} of {{$root.wallet.totalCopayers}}
+
+
+
{{$root.wallet.getName() | limitTo: 1}}
+
+
+
+
+
{{$root.wallet.getName()}}
+
+
{{$root.wallet.requiredCopayers}} of {{$root.wallet.totalCopayers}}
+
-
-
    +
-
+
From 4f8f6fa122f93b581af4ed268a224aca8360ceb4 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Sun, 18 Jan 2015 18:50:56 -0300 Subject: [PATCH 5/5] disable button when click on it --- views/copayers.html | 13 ++++--------- views/more.html | 7 +------ views/profile.html | 7 +------ 3 files changed, 6 insertions(+), 21 deletions(-) diff --git a/views/copayers.html b/views/copayers.html index 14db0f488..2a09dcfea 100644 --- a/views/copayers.html +++ b/views/copayers.html @@ -50,11 +50,11 @@
-
- -
+

Are you sure you want to cancel and delete this wallet

@@ -63,12 +63,7 @@
diff --git a/views/more.html b/views/more.html index 136611381..2bcb1cccd 100644 --- a/views/more.html +++ b/views/more.html @@ -115,12 +115,7 @@
diff --git a/views/profile.html b/views/profile.html index 9d17bb5e6..96577c9a5 100644 --- a/views/profile.html +++ b/views/profile.html @@ -81,12 +81,7 @@