From acfe6b7e11016a98f551560e273720f01b71daed Mon Sep 17 00:00:00 2001 From: Gustavo Carvalho Date: Wed, 18 Feb 2026 11:28:17 -0300 Subject: [PATCH] feat: workflow notification preferences Signed-off-by: Gustavo Carvalho --- src/views/PreferencesView.vue | 239 ++++++++++++++++---- src/views/__tests__/PreferencesView.spec.ts | 119 +++++++++- 2 files changed, 308 insertions(+), 50 deletions(-) diff --git a/src/views/PreferencesView.vue b/src/views/PreferencesView.vue index 5a30c08f..4b8968db 100644 --- a/src/views/PreferencesView.vue +++ b/src/views/PreferencesView.vue @@ -35,54 +35,135 @@ Email Notifications -
-
-
-

- Evidence Digest -

-

- Receive periodic email summaries of evidence updates and - activities -

-
+
+
+

+ Evidence Notifications +

-
- +
+
+

+ +

+

+ Receive periodic email summaries of evidence updates and + activities +

+
+ +
+ +
-

- Active: You will receive digest emails - according to the system schedule. -

-
+

+ Task Notifications +

+ +
+
+

+ +

+

+ Receive an email when new tasks become available for you +

+
+ +
+ +
+
+ +
+
+

+ +

+

+ Receive a daily summary email of your task activity +

+
-
-

- Inactive: You will not receive digest emails. -

+
+ +
+
@@ -143,22 +224,54 @@