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
feat: Reparent child tasks atomically on parent deletion
When a task is deleted, ensure its child tasks are correctly reparented
to the deleted task's own parent. This change also consolidates
the task history update into a single operation.
This addresses an issue where the UI update for reparenting and
deletion could appear delayed by ensuring all modifications to the
task list are processed together before the UI is refreshed.
Signed-off-by: Eric Wheeler <[email protected]>
0 commit comments