[PR #702] [MERGED] chore: add documentation for lib-ot crate #4284

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/702
Author: @appflowy
Created: 7/24/2022
Status: Merged
Merged: 7/26/2022
Merged by: @appflowy

Base: mainHead: feat/operation_transform_documentation


📝 Commits (4)

  • 3c5b9e6 chore: add documentation for lib-ot crate
  • dd71acf chore: rename some function & add more documentation
  • a76dd40 Merge branch 'main' into feat/operation_transform_documentation
  • 7436f7d docs: made minor changes to grammar

📊 Changes

53 files changed (+624 additions, -437 deletions)

View changed files

📝 frontend/rust-lib/flowy-folder/src/manager.rs (+1 -1)
📝 frontend/rust-lib/flowy-folder/src/services/folder_editor.rs (+4 -4)
📝 frontend/rust-lib/flowy-folder/src/services/persistence/mod.rs (+1 -1)
📝 frontend/rust-lib/flowy-folder/src/services/web_socket.rs (+4 -4)
📝 frontend/rust-lib/flowy-grid/src/manager.rs (+2 -2)
📝 frontend/rust-lib/flowy-grid/src/services/block_revision_editor.rs (+4 -4)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/checkbox_type_option/checkbox_tests.rs (+1 -1)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/date_type_option/date_tests.rs (+1 -1)
📝 frontend/rust-lib/flowy-grid/src/services/grid_editor.rs (+4 -4)
📝 frontend/rust-lib/flowy-grid/src/services/persistence/migration.rs (+1 -1)
📝 frontend/rust-lib/flowy-revision/src/conflict_resolve.rs (+4 -4)
📝 frontend/rust-lib/flowy-text-block/src/editor.rs (+1 -1)
📝 frontend/rust-lib/flowy-text-block/src/queue.rs (+2 -2)
📝 frontend/rust-lib/flowy-text-block/tests/document/script.rs (+1 -1)
📝 frontend/rust-lib/flowy-text-block/tests/editor/attribute_test.rs (+6 -6)
📝 frontend/rust-lib/flowy-text-block/tests/editor/mod.rs (+13 -13)
📝 frontend/rust-lib/flowy-text-block/tests/editor/op_test.rs (+137 -98)
📝 frontend/rust-lib/flowy-text-block/tests/editor/serde_test.rs (+7 -7)
📝 frontend/rust-lib/flowy-text-block/tests/editor/undo_redo_test.rs (+1 -0)
📝 shared-lib/flowy-sync/src/client_document/default/mod.rs (+3 -3)

...and 33 more files

📄 Description

No description provided


🔄 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/702 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 7/24/2022 **Status:** ✅ Merged **Merged:** 7/26/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/operation_transform_documentation` --- ### 📝 Commits (4) - [`3c5b9e6`](https://github.com/AppFlowy-IO/AppFlowy/commit/3c5b9e6b5009aeaa6019e720fb05b1e7627b19a0) chore: add documentation for lib-ot crate - [`dd71acf`](https://github.com/AppFlowy-IO/AppFlowy/commit/dd71acf843f6aa4d5697b0480926e882e136dccd) chore: rename some function & add more documentation - [`a76dd40`](https://github.com/AppFlowy-IO/AppFlowy/commit/a76dd40b3b72e826bb549da23ee26155a0f10347) Merge branch 'main' into feat/operation_transform_documentation - [`7436f7d`](https://github.com/AppFlowy-IO/AppFlowy/commit/7436f7de3ea7fe3779fc036676d75235482ac2d5) docs: made minor changes to grammar ### 📊 Changes **53 files changed** (+624 additions, -437 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/flowy-folder/src/manager.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-folder/src/services/folder_editor.rs` (+4 -4) 📝 `frontend/rust-lib/flowy-folder/src/services/persistence/mod.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-folder/src/services/web_socket.rs` (+4 -4) 📝 `frontend/rust-lib/flowy-grid/src/manager.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-grid/src/services/block_revision_editor.rs` (+4 -4) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/checkbox_type_option/checkbox_tests.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/date_type_option/date_tests.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_editor.rs` (+4 -4) 📝 `frontend/rust-lib/flowy-grid/src/services/persistence/migration.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-revision/src/conflict_resolve.rs` (+4 -4) 📝 `frontend/rust-lib/flowy-text-block/src/editor.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-text-block/src/queue.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-text-block/tests/document/script.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-text-block/tests/editor/attribute_test.rs` (+6 -6) 📝 `frontend/rust-lib/flowy-text-block/tests/editor/mod.rs` (+13 -13) 📝 `frontend/rust-lib/flowy-text-block/tests/editor/op_test.rs` (+137 -98) 📝 `frontend/rust-lib/flowy-text-block/tests/editor/serde_test.rs` (+7 -7) 📝 `frontend/rust-lib/flowy-text-block/tests/editor/undo_redo_test.rs` (+1 -0) 📝 `shared-lib/flowy-sync/src/client_document/default/mod.rs` (+3 -3) _...and 33 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:37: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#4284
No description provided.