From 0874f7dccbe97005c4140f3344eb9d79c5fbffad Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Sun, 18 Jan 2015 18:45:46 -0300 Subject: [PATCH 1/4] profile without wallet, redir to add page --- js/services/identityService.js | 2 +- views/includes/sidebar.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/js/services/identityService.js b/js/services/identityService.js index 9ae9c6983..96cf0ed19 100644 --- a/js/services/identityService.js +++ b/js/services/identityService.js @@ -298,7 +298,7 @@ angular.module('copayApp.services') iden.on('noWallets', function() { notification.warning('No Wallets', 'Your profile has no wallets. Create one here'); $rootScope.starting = false; - $location.path('/create'); + $location.path('/add'); $timeout(function() { $rootScope.$digest(); }, 1); diff --git a/views/includes/sidebar.html b/views/includes/sidebar.html index ad85a547c..01e7cb93f 100644 --- a/views/includes/sidebar.html +++ b/views/includes/sidebar.html @@ -32,6 +32,7 @@
-
+
From 4f8f6fa122f93b581af4ed268a224aca8360ceb4 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Sun, 18 Jan 2015 18:50:56 -0300 Subject: [PATCH 4/4] 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 @@