From d4b60021371f0baa5f7a7d7bcc95c0471ea7b456 Mon Sep 17 00:00:00 2001 From: The Doom Lab Date: Mon, 15 Dec 2025 13:42:00 -0600 Subject: [PATCH] add a note about when you should see comment notifications --- src/tasks/components/AllTaskList.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/tasks/components/AllTaskList.tsx b/src/tasks/components/AllTaskList.tsx index 6f6a44eb..ec5b85f4 100644 --- a/src/tasks/components/AllTaskList.tsx +++ b/src/tasks/components/AllTaskList.tsx @@ -58,6 +58,12 @@ export const AllTasksList = () => {
+ + Note: This list only shows comment notifications for tasks that are explicitly assigned to + you. If you are a project manager but not assigned to a task, you will not see its comment + notifications here. Those comments will appear on the main dashboard and project task page + instead. + )