No way to delete a snippet from a task🗒️
File: client/src/components/Task/TaskModal.jsx
Once you add a snippet, there's no ✕ button to remove it.
Fix:
Show existing task.snippets in edit mode
Add a delete button per snippet
Call PUT /api/tasks/:id with updated snippets array
No way to delete a snippet from a task🗒️
File: client/src/components/Task/TaskModal.jsx
Once you add a snippet, there's no ✕ button to remove it.
Fix:
Show existing task.snippets in edit mode
Add a delete button per snippet
Call PUT /api/tasks/:id with updated snippets array