[PR #1018] [MERGED] refactor: replace delta with node body #4501

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

📋 Pull Request Information

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

Base: mainHead: refactor/node_delta


📝 Commits (1)

  • 3dff729 refactor: replace delta with node body

📊 Changes

8 files changed (+225 additions, -100 deletions)

View changed files

📝 shared-lib/lib-ot/src/core/document/attributes.rs (+5 -11)
📝 shared-lib/lib-ot/src/core/document/mod.rs (+1 -0)
📝 shared-lib/lib-ot/src/core/document/node.rs (+150 -32)
📝 shared-lib/lib-ot/src/core/document/node_tree.rs (+9 -16)
📝 shared-lib/lib-ot/src/core/document/operation.rs (+27 -32)
shared-lib/lib-ot/src/core/document/operation_serde.rs (+29 -0)
📝 shared-lib/lib-ot/src/core/document/transaction.rs (+2 -2)
📝 shared-lib/lib-ot/tests/node/test.rs (+2 -7)

📄 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/1018 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 9/10/2022 **Status:** ✅ Merged **Merged:** 9/10/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `refactor/node_delta` --- ### 📝 Commits (1) - [`3dff729`](https://github.com/AppFlowy-IO/AppFlowy/commit/3dff72942b7a3bb656636da93c62e0188f939529) refactor: replace delta with node body ### 📊 Changes **8 files changed** (+225 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `shared-lib/lib-ot/src/core/document/attributes.rs` (+5 -11) 📝 `shared-lib/lib-ot/src/core/document/mod.rs` (+1 -0) 📝 `shared-lib/lib-ot/src/core/document/node.rs` (+150 -32) 📝 `shared-lib/lib-ot/src/core/document/node_tree.rs` (+9 -16) 📝 `shared-lib/lib-ot/src/core/document/operation.rs` (+27 -32) ➕ `shared-lib/lib-ot/src/core/document/operation_serde.rs` (+29 -0) 📝 `shared-lib/lib-ot/src/core/document/transaction.rs` (+2 -2) 📝 `shared-lib/lib-ot/tests/node/test.rs` (+2 -7) </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:05 +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#4501
No description provided.