From 717e7478697f4c6ce820389c5dc281ddd2d880a4 Mon Sep 17 00:00:00 2001 From: francy51 Date: Tue, 3 Mar 2026 23:09:24 -0500 Subject: [PATCH] refactor: remove notification drawer and keep popover + detail modal --- .../task-notifications-trigger.tsx | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/components/notifications/task-notifications-trigger.tsx b/components/notifications/task-notifications-trigger.tsx index cf8150c..0e71f2c 100644 --- a/components/notifications/task-notifications-trigger.tsx +++ b/components/notifications/task-notifications-trigger.tsx @@ -21,7 +21,6 @@ type TaskNotificationsTriggerProps = { silenceTask: (taskId: string, silenced?: boolean) => Promise; markTaskRead: (taskId: string, read?: boolean) => Promise; className?: string; - mobile?: boolean; }; export function TaskNotificationsTrigger({ @@ -37,8 +36,7 @@ export function TaskNotificationsTrigger({ openTaskDetails, silenceTask, markTaskRead, - className, - mobile = false + className }: TaskNotificationsTriggerProps) { const button = (