From 9ec7d5f38ce3b7622f909671617849a2401592dd Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Wed, 12 Oct 2016 19:33:54 -0400 Subject: [PATCH] feat(design): improve wallet settings view and wallet settings alias view --- src/sass/views/tab-settings.scss | 11 +++++++++++ www/views/preferences.html | 4 ++-- www/views/preferencesAlias.html | 15 +++++++++------ 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/src/sass/views/tab-settings.scss b/src/sass/views/tab-settings.scss index c99815870..5f37ea40e 100644 --- a/src/sass/views/tab-settings.scss +++ b/src/sass/views/tab-settings.scss @@ -27,6 +27,17 @@ color: $light-gray; font-size: 14px; } + .settings-list { + background-color: #fff; + .item-stacked-label { + padding: 1rem; + } + .input-label { + text-transform: uppercase; + font-size: 12px; + font-weight: bold; + } + } } #tab-settings { diff --git a/www/views/preferences.html b/www/views/preferences.html index 76432715d..5dd11b872 100644 --- a/www/views/preferences.html +++ b/www/views/preferences.html @@ -30,8 +30,8 @@ - Email Notifications - + Email Notifications + Disabled {{wallet.email}} diff --git a/www/views/preferencesAlias.html b/www/views/preferencesAlias.html index ae0df0c89..44d824b1f 100644 --- a/www/views/preferencesAlias.html +++ b/www/views/preferencesAlias.html @@ -1,17 +1,21 @@ - + - {{'Alias'|translate}} + {{'Wallet Name'|translate}} +
+
What do you call this wallet?
+
When this wallet was created, it was called "{{walletName}}". You can change how the name is displayed on this device below.
+
-
+