You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(task-gutter): resolve task ID mismatch and status selection issues
- Fix 'Task with ID not found' error by using correct task lookup from TaskManager index
- Remove restriction preventing users from re-selecting current task status
- Update visual state immediately when status changes in StatusComponent
- Ensure task IDs match expected format when parsing tasks in gutter
Resolves issues where task gutter would throw errors for missing task IDs and
users couldn't revert to original status during task editing.
0 commit comments