[PR #1877] [MERGED] feat: support delete consecutive nodes on backend #4990

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1877
Author: @LucasXu0
Created: 2/21/2023
Status: Merged
Merged: 2/21/2023
Merged by: @LucasXu0

Base: mainHead: feature/support_delete_continuous_nodes


📝 Commits (1)

  • 5a07457 feat: support delete consecutive nodes on backend

📊 Changes

5 files changed (+100 additions, -5 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_node_widget.dart (+1 -1)
📝 shared-lib/lib-ot/src/core/node_tree/path.rs (+10 -0)
📝 shared-lib/lib-ot/src/core/node_tree/tree.rs (+35 -3)
📝 shared-lib/lib-ot/tests/node/script.rs (+16 -1)
📝 shared-lib/lib-ot/tests/node/tree_test.rs (+38 -0)

📄 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/1877 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 2/21/2023 **Status:** ✅ Merged **Merged:** 2/21/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feature/support_delete_continuous_nodes` --- ### 📝 Commits (1) - [`5a07457`](https://github.com/AppFlowy-IO/AppFlowy/commit/5a074570f8e83761ce502f40e617a6629c164077) feat: support delete consecutive nodes on backend ### 📊 Changes **5 files changed** (+100 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_node_widget.dart` (+1 -1) 📝 `shared-lib/lib-ot/src/core/node_tree/path.rs` (+10 -0) 📝 `shared-lib/lib-ot/src/core/node_tree/tree.rs` (+35 -3) 📝 `shared-lib/lib-ot/tests/node/script.rs` (+16 -1) 📝 `shared-lib/lib-ot/tests/node/tree_test.rs` (+38 -0) </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 22:16:43 +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#4990
No description provided.