[PR #625] [MERGED] refactor: add PB suffix to flowy-editor crate's structs #4246

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/625
Author: @appflowy
Created: 7/18/2022
Status: Merged
Merged: 7/18/2022
Merged by: @appflowy

Base: mainHead: feat/add_pb_suffix_to_flowy_editor_crate


📝 Commits (1)

  • 67f88fa refactor: add PB suffix to flowy-editor crate's structs

📊 Changes

18 files changed (+81 additions, -81 deletions)

View changed files

📝 frontend/app_flowy/lib/workspace/application/doc/doc_service.dart (+4 -4)
📝 frontend/app_flowy/lib/workspace/application/doc/share_bloc.dart (+2 -2)
📝 frontend/app_flowy/lib/workspace/application/doc/share_service.dart (+5 -5)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/doc/document.dart (+1 -1)
📝 frontend/rust-lib/flowy-folder/src/services/view/controller.rs (+2 -2)
📝 frontend/rust-lib/flowy-folder/tests/workspace/script.rs (+3 -3)
📝 frontend/rust-lib/flowy-net/src/http_server/document.rs (+4 -4)
📝 frontend/rust-lib/flowy-net/src/local_server/persistence.rs (+3 -3)
📝 frontend/rust-lib/flowy-net/src/local_server/server.rs (+3 -3)
📝 frontend/rust-lib/flowy-text-block/src/editor.rs (+3 -3)
📝 frontend/rust-lib/flowy-text-block/src/entities.rs (+3 -3)
📝 frontend/rust-lib/flowy-text-block/src/event_handler.rs (+11 -11)
📝 frontend/rust-lib/flowy-text-block/src/event_map.rs (+3 -3)
📝 frontend/rust-lib/flowy-text-block/src/lib.rs (+2 -2)
📝 frontend/rust-lib/flowy-text-block/src/manager.rs (+4 -4)
📝 shared-lib/flowy-sync/src/entities/text_block.rs (+14 -14)
📝 shared-lib/flowy-sync/src/server_document/document_manager.rs (+8 -5)
📝 shared-lib/flowy-sync/src/util.rs (+6 -9)

📄 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/625 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 7/18/2022 **Status:** ✅ Merged **Merged:** 7/18/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/add_pb_suffix_to_flowy_editor_crate` --- ### 📝 Commits (1) - [`67f88fa`](https://github.com/AppFlowy-IO/AppFlowy/commit/67f88fab0b3458209fa6ee2398fbea29396c03da) refactor: add PB suffix to flowy-editor crate's structs ### 📊 Changes **18 files changed** (+81 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/workspace/application/doc/doc_service.dart` (+4 -4) 📝 `frontend/app_flowy/lib/workspace/application/doc/share_bloc.dart` (+2 -2) 📝 `frontend/app_flowy/lib/workspace/application/doc/share_service.dart` (+5 -5) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/doc/document.dart` (+1 -1) 📝 `frontend/rust-lib/flowy-folder/src/services/view/controller.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-folder/tests/workspace/script.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-net/src/http_server/document.rs` (+4 -4) 📝 `frontend/rust-lib/flowy-net/src/local_server/persistence.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-net/src/local_server/server.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-text-block/src/editor.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-text-block/src/entities.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-text-block/src/event_handler.rs` (+11 -11) 📝 `frontend/rust-lib/flowy-text-block/src/event_map.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-text-block/src/lib.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-text-block/src/manager.rs` (+4 -4) 📝 `shared-lib/flowy-sync/src/entities/text_block.rs` (+14 -14) 📝 `shared-lib/flowy-sync/src/server_document/document_manager.rs` (+8 -5) 📝 `shared-lib/flowy-sync/src/util.rs` (+6 -9) </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:57 +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#4246
No description provided.