mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Use Y.js CRDT for view id mapping
This fixes glitches when typing in the grid boxes by allowing concurrent writes and removing the need to read state from the server to render the box values.
This commit is contained in:
@@ -35,7 +35,8 @@
|
||||
"svg-loaders-react": "^2.2.1",
|
||||
"ws": "^7.3.0",
|
||||
"xstate": "^4.10.0",
|
||||
"yargs": "^15.3.1"
|
||||
"yargs": "^15.3.1",
|
||||
"yjs": "^13.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.10.2",
|
||||
|
||||
Reference in New Issue
Block a user