tldraw/packages/sync-react
alex 7273eb3101
[3/5] Automatically enable multiplayer UI when using demo sync (#4119)
Adds a new `multiplayerStatus` store prop. This can either be `null`
(indicating this isn't a multiplayer store) or a signal containing
`online` or `offline` indicating that it is. We move a bunch of
previously dotcom specific UI into `tldraw` and use this new prop to
turn it on or off by default.

closes TLD-2611

### Change type

- [x] `improvement`
2024-07-10 15:46:09 +00:00
..
src [3/5] Automatically enable multiplayer UI when using demo sync (#4119) 2024-07-10 15:46:09 +00:00
api-extractor.json put sync stuff in bemo worker (#4060) 2024-07-03 14:10:54 +00:00
LICENSE.md put sync stuff in bemo worker (#4060) 2024-07-03 14:10:54 +00:00
package.json put sync stuff in bemo worker (#4060) 2024-07-03 14:10:54 +00:00
README.md put sync stuff in bemo worker (#4060) 2024-07-03 14:10:54 +00:00
setupJest.js put sync stuff in bemo worker (#4060) 2024-07-03 14:10:54 +00:00
tsconfig.json put sync stuff in bemo worker (#4060) 2024-07-03 14:10:54 +00:00

@tldraw/sync-react

react bindings for tldraw sync