[PR #753] [MERGED] chore: update lib-ot documentation again and rename some structs #4315

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/753
Author: @appflowy
Created: 8/2/2022
Status: Merged
Merged: 8/2/2022
Merged by: @appflowy

Base: mainHead: feat/lib_ot_documentation2


📝 Commits (2)

  • 00d81a3 chore: update lib-ot documentation again and rename some structs
  • ff098c5 chore: rename fns

📊 Changes

36 files changed (+191 additions, -181 deletions)

View changed files

📝 frontend/rust-lib/flowy-folder/src/manager.rs (+1 -1)
📝 frontend/rust-lib/flowy-folder/src/services/folder_editor.rs (+2 -2)
📝 frontend/rust-lib/flowy-folder/src/services/persistence/mod.rs (+2 -2)
📝 frontend/rust-lib/flowy-folder/src/services/web_socket.rs (+6 -9)
📝 frontend/rust-lib/flowy-grid/src/manager.rs (+2 -2)
📝 frontend/rust-lib/flowy-grid/src/services/block_revision_editor.rs (+2 -2)
📝 frontend/rust-lib/flowy-grid/src/services/grid_editor.rs (+2 -2)
📝 frontend/rust-lib/flowy-grid/src/services/persistence/migration.rs (+2 -2)
📝 frontend/rust-lib/flowy-revision/src/conflict_resolve.rs (+2 -2)
📝 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 (+4 -7)
📝 frontend/rust-lib/flowy-text-block/tests/editor/serde_test.rs (+4 -4)
📝 shared-lib/flowy-sync/src/client_document/default/mod.rs (+3 -3)
📝 shared-lib/flowy-sync/src/client_document/document_pad.rs (+5 -5)
📝 shared-lib/flowy-sync/src/client_folder/builder.rs (+4 -4)
📝 shared-lib/flowy-sync/src/client_folder/folder_pad.rs (+7 -7)

...and 16 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/753 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 8/2/2022 **Status:** ✅ Merged **Merged:** 8/2/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/lib_ot_documentation2` --- ### 📝 Commits (2) - [`00d81a3`](https://github.com/AppFlowy-IO/AppFlowy/commit/00d81a329f6a01cb4c22c2350a0013221f2896f5) chore: update lib-ot documentation again and rename some structs - [`ff098c5`](https://github.com/AppFlowy-IO/AppFlowy/commit/ff098c538ef37f935568cf2a36698f37f6fbf0de) chore: rename fns ### 📊 Changes **36 files changed** (+191 additions, -181 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` (+2 -2) 📝 `frontend/rust-lib/flowy-folder/src/services/persistence/mod.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-folder/src/services/web_socket.rs` (+6 -9) 📝 `frontend/rust-lib/flowy-grid/src/manager.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-grid/src/services/block_revision_editor.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_editor.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-grid/src/services/persistence/migration.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-revision/src/conflict_resolve.rs` (+2 -2) 📝 `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` (+4 -7) 📝 `frontend/rust-lib/flowy-text-block/tests/editor/serde_test.rs` (+4 -4) 📝 `shared-lib/flowy-sync/src/client_document/default/mod.rs` (+3 -3) 📝 `shared-lib/flowy-sync/src/client_document/document_pad.rs` (+5 -5) 📝 `shared-lib/flowy-sync/src/client_folder/builder.rs` (+4 -4) 📝 `shared-lib/flowy-sync/src/client_folder/folder_pad.rs` (+7 -7) _...and 16 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:16 +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#4315
No description provided.