[PR #1321] [MERGED] chore: implement document editor trait #4663

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1321
Author: @appflowy
Created: 10/20/2022
Status: Merged
Merged: 10/20/2022
Merged by: @appflowy

Base: mainHead: feat/document_editor_trait


📝 Commits (1)

  • 706b033 chore: implement document editor trait

📊 Changes

12 files changed (+274 additions, -57 deletions)

View changed files

📝 frontend/rust-lib/flowy-document/src/editor/document.rs (+5 -3)
📝 frontend/rust-lib/flowy-document/src/editor/document_serde.rs (+206 -7)
📝 frontend/rust-lib/flowy-document/src/editor/editor.rs (+14 -11)
📝 frontend/rust-lib/flowy-document/src/event_handler.rs (+3 -3)
📝 frontend/rust-lib/flowy-document/src/manager.rs (+4 -4)
📝 frontend/rust-lib/flowy-document/src/old_editor/editor.rs (+6 -6)
📝 frontend/rust-lib/flowy-document/tests/old_document/old_document_test.rs (+8 -8)
📝 frontend/rust-lib/flowy-document/tests/old_document/script.rs (+5 -5)
📝 frontend/rust-lib/flowy-sdk/src/deps_resolve/folder_deps.rs (+1 -1)
📝 shared-lib/lib-ot/src/core/node_tree/path.rs (+1 -1)
📝 shared-lib/lib-ot/src/core/node_tree/transaction.rs (+15 -3)
📝 shared-lib/lib-ot/tests/node/serde_test.rs (+6 -5)

📄 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/1321 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 10/20/2022 **Status:** ✅ Merged **Merged:** 10/20/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/document_editor_trait` --- ### 📝 Commits (1) - [`706b033`](https://github.com/AppFlowy-IO/AppFlowy/commit/706b033a4f8abba3fbca6cdc3285f98826bf219d) chore: implement document editor trait ### 📊 Changes **12 files changed** (+274 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/flowy-document/src/editor/document.rs` (+5 -3) 📝 `frontend/rust-lib/flowy-document/src/editor/document_serde.rs` (+206 -7) 📝 `frontend/rust-lib/flowy-document/src/editor/editor.rs` (+14 -11) 📝 `frontend/rust-lib/flowy-document/src/event_handler.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-document/src/manager.rs` (+4 -4) 📝 `frontend/rust-lib/flowy-document/src/old_editor/editor.rs` (+6 -6) 📝 `frontend/rust-lib/flowy-document/tests/old_document/old_document_test.rs` (+8 -8) 📝 `frontend/rust-lib/flowy-document/tests/old_document/script.rs` (+5 -5) 📝 `frontend/rust-lib/flowy-sdk/src/deps_resolve/folder_deps.rs` (+1 -1) 📝 `shared-lib/lib-ot/src/core/node_tree/path.rs` (+1 -1) 📝 `shared-lib/lib-ot/src/core/node_tree/transaction.rs` (+15 -3) 📝 `shared-lib/lib-ot/tests/node/serde_test.rs` (+6 -5) </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:38:48 +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#4663
No description provided.