Skip to content
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: implement collaborative coding #34

Closed
wants to merge 6 commits into from
Closed

feat: implement collaborative coding #34

wants to merge 6 commits into from

Conversation

mslxl
Copy link
Owner

@mslxl mslxl commented Apr 4, 2024

This pull request adds the functionality to create and manage connections in the collaboration coding environment.

@mslxl mslxl added enhancement New feature or request javascript Pull requests that update Javascript code rust Pull requests that update rust code labels Apr 4, 2024
@mslxl mslxl added this to the Provlegisto 0.0.1 milestone Apr 4, 2024
@mslxl mslxl changed the title Implement Collaborative Coding feat: implement collaborative coding Apr 4, 2024
mslxl added 3 commits April 6, 2024 01:15
This commit adds the functionality to create and manage connections in
the collaboration coding environment. It includes the necessary UI
components.
Most provider does not support subdoc, or with limited support. Therefore, it would caused sync across client become very poor. By removing subdoc and

organize data with single doc, the experience would be imporved, though it would lead to large serialized file since the operation histories can not be deleted

BREAKING CHANGE: Old auto save file can not be read again
@mslxl mslxl self-assigned this Apr 8, 2024
@mslxl
Copy link
Owner Author

mslxl commented Apr 8, 2024

Using websocket inside webview is restricted, it's better to forward message to native for avoiding webview's rules

I'll cope with it later

@mslxl
Copy link
Owner Author

mslxl commented Apr 9, 2024

/build

@mslxl mslxl closed this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request javascript Pull requests that update Javascript code rust Pull requests that update rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant