From d851f62c7f4929b82156a39e4cecaf7aff6a7657 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 14 May 2015 10:39:22 -0300 Subject: [PATCH] add wallet alias --- public/views/includes/topbar.html | 2 +- public/views/preferences.html | 11 ++++++++- public/views/preferencesAlias.html | 18 ++++++++++++++ src/js/controllers/backup.js | 4 +++- src/js/controllers/index.js | 17 +++++++++++++ src/js/controllers/paymentUri.js | 5 ++-- src/js/controllers/preferencesAlias.js | 32 +++++++++++++++++++++++++ src/js/controllers/preferencesDelete.js | 5 ++-- src/js/controllers/sidebar.js | 10 ++++++-- src/js/routes.js | 14 +++++++++++ src/js/services/backupService.js | 2 +- src/js/services/notificationsService.js | 15 ++++++------ 12 files changed, 118 insertions(+), 17 deletions(-) create mode 100644 public/views/preferencesAlias.html create mode 100644 src/js/controllers/preferencesAlias.js diff --git a/public/views/includes/topbar.html b/public/views/includes/topbar.html index 4be35bfbc..ed8a93980 100644 --- a/public/views/includes/topbar.html +++ b/public/views/includes/topbar.html @@ -21,7 +21,7 @@

- {{(titleSection|translate) || index.walletName}} + {{(titleSection|translate) || (index.alias || index.walletName)}}

diff --git a/public/views/preferences.html b/public/views/preferences.html index d40d26613..73f4ce9de 100644 --- a/public/views/preferences.html +++ b/public/views/preferences.html @@ -9,7 +9,16 @@