Skip to content

Commit 1004336

Browse files
authored
ENG-1495 - Split 4 sync integration (#840)
* feat(roam): add persisted canvas sync mode toggle plumbing * feat(roam): integrate Cloudflare-backed tldraw sync store * redo uiOverrides * . * undo component removal
1 parent 4a2de51 commit 1004336

5 files changed

Lines changed: 507 additions & 86 deletions

File tree

apps/roam/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"@tldraw/state": "2.4.6",
4848
"@tldraw/state-react": "2.4.6",
4949
"@tldraw/store": "2.4.6",
50+
"@tldraw/sync": "2.4.6",
5051
"@tldraw/tlschema": "2.4.6",
5152
"@tldraw/utils": "2.4.6",
5253
"@tldraw/validate": "2.4.6",
@@ -80,4 +81,4 @@
8081
"react": "catalog:roam",
8182
"react-dom": "catalog:roam"
8283
}
83-
}
84+
}

0 commit comments

Comments
 (0)