[PR #510] [MERGED] refactor: rename struct #4161

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/510
Author: @appflowy
Created: 5/26/2022
Status: Merged
Merged: 5/26/2022
Merged by: @appflowy

Base: mainHead: refactor_grid_struct


📝 Commits (1)

📊 Changes

18 files changed (+124 additions, -153 deletions)

View changed files

📝 frontend/rust-lib/flowy-folder/src/manager.rs (+4 -5)
📝 frontend/rust-lib/flowy-folder/src/services/app/event_handler.rs (+1 -1)
📝 frontend/rust-lib/flowy-folder/src/services/folder_editor.rs (+3 -3)
📝 frontend/rust-lib/flowy-folder/src/services/persistence/mod.rs (+3 -6)
📝 frontend/rust-lib/flowy-folder/src/services/persistence/version_2/v2_impl.rs (+2 -2)
📝 frontend/rust-lib/flowy-folder/src/services/view/controller.rs (+2 -2)
📝 frontend/rust-lib/flowy-folder/tests/workspace/script.rs (+2 -2)
📝 frontend/rust-lib/flowy-grid/src/event_handler.rs (+18 -18)
📝 frontend/rust-lib/flowy-grid/src/manager.rs (+20 -44)
📝 frontend/rust-lib/flowy-grid/src/services/block_meta_editor.rs (+2 -3)
📝 frontend/rust-lib/flowy-grid/src/services/block_meta_manager.rs (+18 -18)
📝 frontend/rust-lib/flowy-grid/src/services/grid_editor.rs (+27 -27)
📝 frontend/rust-lib/flowy-grid/src/services/persistence/block_index.rs (+3 -3)
📝 frontend/rust-lib/flowy-grid/tests/grid/script.rs (+3 -3)
📝 frontend/rust-lib/flowy-text-block/src/editor.rs (+4 -4)
📝 frontend/rust-lib/flowy-text-block/src/manager.rs (+9 -9)
📝 frontend/rust-lib/flowy-text-block/tests/document/script.rs (+2 -2)
📝 shared-lib/flowy-sync/src/client_grid/grid_block_meta_pad.rs (+1 -1)

📄 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/510 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 5/26/2022 **Status:** ✅ Merged **Merged:** 5/26/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `refactor_grid_struct` --- ### 📝 Commits (1) - [`8706b81`](https://github.com/AppFlowy-IO/AppFlowy/commit/8706b81ac0cb208247d939322ae208eb1b2bebc5) refactor: rename struct ### 📊 Changes **18 files changed** (+124 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/flowy-folder/src/manager.rs` (+4 -5) 📝 `frontend/rust-lib/flowy-folder/src/services/app/event_handler.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-folder/src/services/folder_editor.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-folder/src/services/persistence/mod.rs` (+3 -6) 📝 `frontend/rust-lib/flowy-folder/src/services/persistence/version_2/v2_impl.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-folder/src/services/view/controller.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-folder/tests/workspace/script.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-grid/src/event_handler.rs` (+18 -18) 📝 `frontend/rust-lib/flowy-grid/src/manager.rs` (+20 -44) 📝 `frontend/rust-lib/flowy-grid/src/services/block_meta_editor.rs` (+2 -3) 📝 `frontend/rust-lib/flowy-grid/src/services/block_meta_manager.rs` (+18 -18) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_editor.rs` (+27 -27) 📝 `frontend/rust-lib/flowy-grid/src/services/persistence/block_index.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-grid/tests/grid/script.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-text-block/src/editor.rs` (+4 -4) 📝 `frontend/rust-lib/flowy-text-block/src/manager.rs` (+9 -9) 📝 `frontend/rust-lib/flowy-text-block/tests/document/script.rs` (+2 -2) 📝 `shared-lib/flowy-sync/src/client_grid/grid_block_meta_pad.rs` (+1 -1) </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:36:35 +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#4161
No description provided.