fix(notifications): auto-dismiss info-level workflow notifications#3774
fix(notifications): auto-dismiss info-level workflow notifications#3774waleedlatif1 merged 1 commit intostagingfrom
Conversation
PR SummaryLow Risk Overview Updates the inline doc comment to reflect the broader auto-dismiss behavior (from workflow error to workflow-scoped notifications). Written by Cursor Bugbot for commit a667c48. Configure here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Greptile SummaryThis PR broadens the auto-dismiss behaviour in
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Store as NotificationStore
participant Comp as Notifications Component
participant Timer as setTimeout
Store->>Comp: notification arrives (workflowId set, level='info')
Note over Comp: isAutoDismissable → true (was false before)
Comp->>Timer: schedule dismiss in 10 000 ms
Note over Comp: CountdownRing rendered
alt User clicks ring
Comp->>Timer: clearTimeout (pause all)
Note over Comp: isPaused = true, ring hidden
else Timer fires
Timer->>Comp: setExitingIds (exit animation)
Comp->>Store: removeNotification after 200 ms
end
Reviews (1): Last reviewed commit: "fix(notifications): auto-dismiss info-le..." | Re-trigger Greptile |
Summary
Type of Change
Testing
Tested manually
Checklist