From 6e339c6cf0b41e8005e86ca6abaab2c50169c2f6 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Sat, 28 Feb 2026 13:53:06 -0800 Subject: [PATCH] feat(web): accept snooze suggestion to auto-adjust timer timing - Accept button on snooze suggestions shifts matching active timers - Applies suggestedDelayMinutes to targetTime of pattern-matched timers - Dismiss still available alongside Accept --- web/src/components/Dashboard.tsx | 43 ++++++++++++++++++++++++++------ 1 file changed, 36 insertions(+), 7 deletions(-) diff --git a/web/src/components/Dashboard.tsx b/web/src/components/Dashboard.tsx index 8470e2d..9e60886 100644 --- a/web/src/components/Dashboard.tsx +++ b/web/src/components/Dashboard.tsx @@ -312,13 +312,42 @@ export function Dashboard() { {suggestion.message}

- +
+ + +
))}