[PR #802] [MERGED] Refactor: remove unuse code and add FolderRevision #4353

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

📋 Pull Request Information

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

Base: mainHead: fix/folder_serde_error


📝 Commits (2)

  • b695ceb chore: seperate FolderRevision from FolderPad
  • ba3e8cc chore: format json output

📊 Changes

10 files changed (+128 additions, -533 deletions)

View changed files

📝 frontend/rust-lib/flowy-folder/src/services/folder_editor.rs (+3 -3)
📝 shared-lib/flowy-folder-data-model/Cargo.toml (+1 -1)
shared-lib/flowy-folder-data-model/src/revision/folder_rev.rs (+9 -0)
📝 shared-lib/flowy-folder-data-model/src/revision/mod.rs (+2 -0)
📝 shared-lib/flowy-folder-data-model/src/revision/trash_rev.rs (+1 -1)
📝 shared-lib/flowy-sync/src/client_folder/builder.rs (+15 -31)
📝 shared-lib/flowy-sync/src/client_folder/folder_pad.rs (+86 -58)
shared-lib/flowy-sync/src/client_grid/grid_meta_pad.rs (+0 -432)
📝 shared-lib/flowy-sync/src/client_grid/grid_revision_pad.rs (+5 -2)
📝 shared-lib/lib-ot/src/core/operation/builder.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/802 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 8/10/2022 **Status:** ✅ Merged **Merged:** 8/10/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/folder_serde_error` --- ### 📝 Commits (2) - [`b695ceb`](https://github.com/AppFlowy-IO/AppFlowy/commit/b695ceb832bcdaf677a28d1f10a9c3295e597379) chore: seperate FolderRevision from FolderPad - [`ba3e8cc`](https://github.com/AppFlowy-IO/AppFlowy/commit/ba3e8cc14b7295ebe5b1b0c6fd4686e5ba658e99) chore: format json output ### 📊 Changes **10 files changed** (+128 additions, -533 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/flowy-folder/src/services/folder_editor.rs` (+3 -3) 📝 `shared-lib/flowy-folder-data-model/Cargo.toml` (+1 -1) ➕ `shared-lib/flowy-folder-data-model/src/revision/folder_rev.rs` (+9 -0) 📝 `shared-lib/flowy-folder-data-model/src/revision/mod.rs` (+2 -0) 📝 `shared-lib/flowy-folder-data-model/src/revision/trash_rev.rs` (+1 -1) 📝 `shared-lib/flowy-sync/src/client_folder/builder.rs` (+15 -31) 📝 `shared-lib/flowy-sync/src/client_folder/folder_pad.rs` (+86 -58) ➖ `shared-lib/flowy-sync/src/client_grid/grid_meta_pad.rs` (+0 -432) 📝 `shared-lib/flowy-sync/src/client_grid/grid_revision_pad.rs` (+5 -2) 📝 `shared-lib/lib-ot/src/core/operation/builder.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:37:26 +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#4353
No description provided.