From 14e81d90911e89847175cead7135c3bce38274be Mon Sep 17 00:00:00 2001 From: Braun Patrik Date: Sat, 15 Jul 2017 17:42:50 +0200 Subject: [PATCH] improving settings views --- .../settings/map/map.settings.component.html | 21 ++++++++++++------- .../search/search.settings.component.html | 2 ++ .../share/share.settings.component.html | 2 ++ 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/frontend/app/settings/map/map.settings.component.html b/frontend/app/settings/map/map.settings.component.html index b078f251..de7ff0eb 100644 --- a/frontend/app/settings/map/map.settings.component.html +++ b/frontend/app/settings/map/map.settings.component.html @@ -1,4 +1,4 @@ -
+

Map settings

@@ -21,12 +21,19 @@ - - To show the images on a map, google api key is need +
+ +
+ + To show the images on a map, google api key is need + + +
+
@@ -59,6 +60,7 @@ [switch-label-width]="'20'" [(ngModel)]="settings.instantSearchEnabled"> + Enables showing search results, while typing search query diff --git a/frontend/app/settings/share/share.settings.component.html b/frontend/app/settings/share/share.settings.component.html index c881b68a..65cbdd4d 100644 --- a/frontend/app/settings/share/share.settings.component.html +++ b/frontend/app/settings/share/share.settings.component.html @@ -38,6 +38,8 @@ [switch-label-width]="'20'" [(ngModel)]="settings.passwordProtected"> + Enables password protected sharing links +