feat: Update category deletion logic to reset related notes and track changes

This commit is contained in:
2026-05-21 12:01:44 +02:00
parent 5412d31066
commit 95c3e6fc38
3 changed files with 11 additions and 1 deletions
+1
View File
@@ -258,6 +258,7 @@ class SyncCategoryResponse {
colorValue: colorValue,
iconCodePoint: iconCodePoint,
updatedAt: updatedAt,
isDirty: false,
);
}
}