This block + 6,000 more — yours with Pro

Chat Github Integration

78/200
Docs
#dev-feed· GitHub notifications
GH
GitHub Bot3:02 PM
feat: add real-time collaboration cursors
open#847 by elena-r
+342-28Reviewers: kai-n, sara-a
ER
Elena Rivera3:04 PM

This PR adds multiplayer cursors to the canvas editor. I used Y.js for CRDT sync. Ready for review!

GH
GitHub Bot3:12 PM
a4f2c89

fix: resolve cursor flicker on fast mouse movement

elena-r · 3 files changed

KN
Kai Nakamura3:15 PM

Nice work. I noticed the cursor position broadcasts at 60fps — should we throttle to 30fps to reduce WebSocket traffic?

GH
GitHub Bot3:18 PM
Cursor sync breaks when user has multiple tabs open
#312bugp2collab
ER
Elena Rivera3:20 PM

Good catch, I'll add tab-level session IDs to deduplicate. Filed #312 to track it.