feat: maintenance flow UX redesign — batch hub, context strip, run history upgrades #89

Merged
chihlasm merged 39 commits from feat/maintenance-ux-redesign into main 2026-02-26 04:17:29 +00:00
Showing only changes of commit 0002f75232 - Show all commits

View File

@@ -157,7 +157,7 @@ async def sync_steps_from_tree(
"title": step_data["title"], "title": step_data["title"],
"step_type": step_data["step_type"], "step_type": step_data["step_type"],
"content": json.dumps(step_data["content"]), "content": json.dumps(step_data["content"]),
"created_by": str(author_id), "created_by": str(author_id) if author_id else None,
"account_id": str(account_id) if account_id else None, "account_id": str(account_id) if account_id else None,
"visibility": visibility, "visibility": visibility,
"source_tree_id": str(tree_id), "source_tree_id": str(tree_id),