Commit b7d496d
feat(notifications): Filter notification preferences by QDC tag (#2596)
* feat(notifications): add QDC tag filtering for notification categories
Filter notification preferences to include only those with the QDC tag, excluding marketing and QR-tagged workflows. Also fixed a typo in the comment.
* feat(notifications): add QR tag support in category grouping
Update the notification categories settings to include QR tag filtering,
ensuring workflows with only marker tags (QDC/QR) are grouped under 'uncategorized'.
This extends the existing QDC tag logic to handle QR tags consistently.1 parent d96ca1d commit b7d496d
File tree
1 file changed
+17
-4
lines changed- src/components/Notifications/NotificationSettings/Tabs/CategoriesSettingsTab
1 file changed
+17
-4
lines changedLines changed: 17 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | | - | |
| 40 | + | |
39 | 41 | | |
40 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
| |||
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
49 | | - | |
| 54 | + | |
| 55 | + | |
50 | 56 | | |
51 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
52 | 65 | | |
53 | 66 | | |
54 | 67 | | |
| |||
0 commit comments