Add success notification for task unplanned event in MyChores component

This commit is contained in:
Mo Tarbin
2025-08-19 01:11:44 -04:00
parent 692ccd7838
commit 76ce301d91

View File

@@ -527,6 +527,12 @@ const MyChores = () => {
message: 'The task due date has been updated successfully.',
})
break
case 'due-date-removed':
showSuccess({
title: 'Task Unplanned',
message: 'The task is now unplanned and has no due date.',
})
break
case 'unarchive':
showSuccess({
title: 'Task Restored',