-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/text editor devtool #467
Conversation
As the key validation logic was added to the server, tests failed, so toDocKey is added to change them to valid keys in tests.
Codecov Report
@@ Coverage Diff @@
## main #467 +/- ##
==========================================
- Coverage 89.50% 89.03% -0.48%
==========================================
Files 67 67
Lines 5375 5271 -104
Branches 528 526 -2
==========================================
- Hits 4811 4693 -118
- Misses 381 394 +13
- Partials 183 184 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Thanks for the contribution I think it will be helpful to understand the data structure.
|
refactoring text CRDT dev tool
@easylogic Thanks for your contribution. This PR includes changes to the sync mode and logic for extracting snapshots, which can make merging a bit challenging. I will close the issue for now and refer to it later when developing developer tools. |
What this PR does / why we need it?
When we created the text editor, I added a tool to the example to make it easier to monitor the Text CRDT type.
open http://localhost:9000/devtools/text.html
It offers the following features
activate, deactivatespec outpause, resumespec outAny background context you want to provide?
The text CRDT type should be more visible and easily polished, and provided with a UI. It would be nice to have a type-specific monitoring tool in the future.
Scree shot
What are the relevant tickets?
Fixes #
Checklist