[PR #1033] [MERGED] Feat/lib ot directory #4507

Closed
opened 2026-03-23 21:38:07 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1033
Author: @appflowy
Created: 9/12/2022
Status: Merged
Merged: 9/12/2022
Merged by: @appflowy

Base: mainHead: feat/lib_ot_directory


📝 Commits (2)

  • 2039cc0 refactor: move operation to delta folder
  • 8222635 refactor: rename structs

📊 Changes

73 files changed (+510 additions, -519 deletions)

View changed files

📝 frontend/rust-lib/Cargo.lock (+1 -0)
📝 frontend/rust-lib/flowy-folder/src/services/persistence/mod.rs (+2 -2)
📝 frontend/rust-lib/flowy-folder/src/services/web_socket.rs (+9 -13)
📝 frontend/rust-lib/flowy-grid/src/services/grid_view_editor.rs (+3 -3)
📝 frontend/rust-lib/flowy-revision/src/cache/reset.rs (+2 -2)
📝 frontend/rust-lib/flowy-revision/src/conflict_resolve.rs (+10 -10)
📝 frontend/rust-lib/flowy-text-block/src/editor.rs (+6 -6)
📝 frontend/rust-lib/flowy-text-block/src/queue.rs (+10 -10)
📝 frontend/rust-lib/flowy-text-block/src/web_socket.rs (+5 -5)
📝 frontend/rust-lib/flowy-text-block/tests/document/script.rs (+2 -2)
📝 frontend/rust-lib/flowy-text-block/tests/editor/attribute_test.rs (+6 -6)
📝 frontend/rust-lib/flowy-text-block/tests/editor/mod.rs (+9 -9)
📝 frontend/rust-lib/flowy-text-block/tests/editor/op_test.rs (+60 -60)
📝 frontend/rust-lib/flowy-text-block/tests/editor/serde_test.rs (+9 -7)
📝 shared-lib/flowy-sync/src/client_document/default/mod.rs (+5 -5)
📝 shared-lib/flowy-sync/src/client_document/document_pad.rs (+18 -18)
📝 shared-lib/flowy-sync/src/client_document/extensions/delete/default_delete.rs (+4 -4)
📝 shared-lib/flowy-sync/src/client_document/extensions/delete/preserve_line_format_merge.rs (+5 -5)
📝 shared-lib/flowy-sync/src/client_document/extensions/format/resolve_block_format.rs (+5 -5)
📝 shared-lib/flowy-sync/src/client_document/extensions/format/resolve_inline_format.rs (+5 -5)

...and 53 more files

📄 Description

  1. Rename structs
  2. Refactor lib-ot directory

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/1033 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 9/12/2022 **Status:** ✅ Merged **Merged:** 9/12/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/lib_ot_directory` --- ### 📝 Commits (2) - [`2039cc0`](https://github.com/AppFlowy-IO/AppFlowy/commit/2039cc00b5a9be1a7a02eb80ebfbdd100d6c2134) refactor: move operation to delta folder - [`8222635`](https://github.com/AppFlowy-IO/AppFlowy/commit/822263529c42643721bfca059cff6ad1ec9fe62b) refactor: rename structs ### 📊 Changes **73 files changed** (+510 additions, -519 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/Cargo.lock` (+1 -0) 📝 `frontend/rust-lib/flowy-folder/src/services/persistence/mod.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-folder/src/services/web_socket.rs` (+9 -13) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_view_editor.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-revision/src/cache/reset.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-revision/src/conflict_resolve.rs` (+10 -10) 📝 `frontend/rust-lib/flowy-text-block/src/editor.rs` (+6 -6) 📝 `frontend/rust-lib/flowy-text-block/src/queue.rs` (+10 -10) 📝 `frontend/rust-lib/flowy-text-block/src/web_socket.rs` (+5 -5) 📝 `frontend/rust-lib/flowy-text-block/tests/document/script.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-text-block/tests/editor/attribute_test.rs` (+6 -6) 📝 `frontend/rust-lib/flowy-text-block/tests/editor/mod.rs` (+9 -9) 📝 `frontend/rust-lib/flowy-text-block/tests/editor/op_test.rs` (+60 -60) 📝 `frontend/rust-lib/flowy-text-block/tests/editor/serde_test.rs` (+9 -7) 📝 `shared-lib/flowy-sync/src/client_document/default/mod.rs` (+5 -5) 📝 `shared-lib/flowy-sync/src/client_document/document_pad.rs` (+18 -18) 📝 `shared-lib/flowy-sync/src/client_document/extensions/delete/default_delete.rs` (+4 -4) 📝 `shared-lib/flowy-sync/src/client_document/extensions/delete/preserve_line_format_merge.rs` (+5 -5) 📝 `shared-lib/flowy-sync/src/client_document/extensions/format/resolve_block_format.rs` (+5 -5) 📝 `shared-lib/flowy-sync/src/client_document/extensions/format/resolve_inline_format.rs` (+5 -5) _...and 53 more files_ </details> ### 📄 Description 1. Rename structs 2. Refactor lib-ot directory --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:38:07 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4507
No description provided.