From 06e571c225be8a6874e4a007f83afdf7cab4a7dd Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Fri, 3 Jul 2026 15:43:55 +0530 Subject: [PATCH] appview/settings: show warning when no verified email for notifications --- appview/pages/templates/user/settings/notifications.html | 8 +++++++- appview/settings/settings.go | 8 ++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/appview/pages/templates/user/settings/notifications.html b/appview/pages/templates/user/settings/notifications.html index add0b421..ab933c4b 100644 --- a/appview/pages/templates/user/settings/notifications.html +++ b/appview/pages/templates/user/settings/notifications.html @@ -160,8 +160,14 @@
Email notifications
- Receive notifications via email in addition to in-app notifications. + Receive digest emails for issue and pull request activity.
+ {{ if not .HasVerifiedEmail }} +
+ {{ i "triangle-alert" "w-3.5 h-3.5 shrink-0" }} + You need a verified email address to receive email notifications. +
+ {{ end }}