Commit d4da224
ππππ Basic functionality for collaborative editing (#102)
* Impement basic functionality for collaborative editing
* Fix workflow name
* Fix lint & tests
* update comment
* Update packages/dom-adapters/src/CaretAdapter/index.ts
Co-authored-by: Copilot <[email protected]>
* Update packages/collaboration-manager/src/client/OTClient.ts
Co-authored-by: e11sy <[email protected]>
* Update packages/ot-server/src/OTServer.ts
Co-authored-by: Peter <[email protected]>
* updates after review
* Pass document id in playground
* Fix lint
* fix lint
* remove unneccessary non-null assertions
* update comments
* Add tests for caret updates
* fix lint
---------
Co-authored-by: Copilot <[email protected]>
Co-authored-by: e11sy <[email protected]>
Co-authored-by: Peter <[email protected]>1 parent 270e323 commit d4da224
File tree
69 files changed
+4081
-2456
lines changed- .github/workflows
- packages
- collaboration-manager/src
- client
- core/src
- components
- tools
- facades
- dom-adapters/src
- BlockToolAdapter
- CaretAdapter
- FormattingAdapter
- model/src
- CaretManagement
- Caret
- EventBus
- events
- types
- IoC
- entities
- BlockNode
- BlockTune
- EditorDocument
- types
- ValueNode
- inline-fragments/ParentInlineNode
- mocks
- ot-server
- src
- playground/src
- components
- sdk/src/entities
- ui/src/types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+4081
-2456
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
0 commit comments