From 60112405ba39bf5c4bd127cd76618e239c953b5f Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Sat, 11 Sep 2021 13:23:38 +0530 Subject: [PATCH] settings: Restructure 'Personal settings > Notifications' section. We remove the 'Other notification settings' heading and increase the font size of 'Desktop message notifications' and 'Mobile message notifications' headings as these are now on the same level with 'Notification triggers' heading. We also add status elements to show saving indicator along the mobile, desktop and email headings which was previously shown with the "Other notification settings" heading. --- .../settings/notification_settings.hbs | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/static/templates/settings/notification_settings.hbs b/static/templates/settings/notification_settings.hbs index 2667b52dc3..1aaabdd865 100644 --- a/static/templates/settings/notification_settings.hbs +++ b/static/templates/settings/notification_settings.hbs @@ -44,12 +44,10 @@ -
+
-

{{t "Other notification settings" }}

-
- -
{{t "Desktop message notifications" }}
+

{{t "Desktop message notifications" }}

+

{{t "Test desktop notification" }}

@@ -87,8 +85,12 @@ {{> dropdown_options_widget option_values=desktop_icon_count_display_values}}
+
-
{{t "Mobile message notifications" }}
+
+ +

{{t "Mobile message notifications" }}

+
{{#each notification_settings.mobile_notification_settings}} {{> settings_checkbox @@ -98,8 +100,12 @@ show_push_notifications_tooltip=(lookup ../show_push_notifications_tooltip this) prefix=../prefix}} {{/each}} +
-
{{t "Email" }}
+
+ +

{{t "Email" }}

+