[PR #1516] [MERGED] refactor: rename structs of event dispatch lib #4790

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1516
Author: @appflowy
Created: 12/1/2022
Status: Merged
Merged: 12/1/2022
Merged by: @appflowy

Base: mainHead: refactor/backend_event_system


📝 Commits (2)

  • 96c427e refactor: rename flowy-dispatch structs
  • bf36ef7 chore: update documentation

📊 Changes

38 files changed (+541 additions, -579 deletions)

View changed files

📝 frontend/rust-lib/dart-ffi/src/lib.rs (+5 -5)
📝 frontend/rust-lib/dart-ffi/src/model/ffi_request.rs (+3 -3)
📝 frontend/rust-lib/dart-ffi/src/model/ffi_response.rs (+3 -3)
📝 frontend/rust-lib/flowy-document/src/event_handler.rs (+7 -7)
📝 frontend/rust-lib/flowy-document/src/event_map.rs (+5 -5)
📝 frontend/rust-lib/flowy-error/src/errors.rs (+2 -2)
📝 frontend/rust-lib/flowy-folder/src/event_map.rs (+12 -12)
📝 frontend/rust-lib/flowy-folder/src/services/app/event_handler.rs (+11 -11)
📝 frontend/rust-lib/flowy-folder/src/services/trash/event_handler.rs (+12 -8)
📝 frontend/rust-lib/flowy-folder/src/services/view/event_handler.rs (+22 -22)
📝 frontend/rust-lib/flowy-folder/src/services/workspace/event_handler.rs (+10 -10)
📝 frontend/rust-lib/flowy-grid/src/event_handler.rs (+61 -61)
📝 frontend/rust-lib/flowy-grid/src/event_map.rs (+4 -4)
📝 frontend/rust-lib/flowy-net/src/event_map.rs (+3 -3)
📝 frontend/rust-lib/flowy-net/src/handlers/mod.rs (+3 -3)
📝 frontend/rust-lib/flowy-sdk/src/lib.rs (+8 -8)
📝 frontend/rust-lib/flowy-sdk/src/module.rs (+9 -29)
📝 frontend/rust-lib/flowy-test/src/event_builder.rs (+14 -12)
📝 frontend/rust-lib/flowy-test/src/helper.rs (+15 -15)
📝 frontend/rust-lib/flowy-user/src/event_map.rs (+3 -3)

...and 18 more files

📄 Description

  1. rename some structs
  2. add some documentation

🔄 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/1516 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 12/1/2022 **Status:** ✅ Merged **Merged:** 12/1/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `refactor/backend_event_system` --- ### 📝 Commits (2) - [`96c427e`](https://github.com/AppFlowy-IO/AppFlowy/commit/96c427e869cb8aa73905a00e40d46a5eb52900ff) refactor: rename flowy-dispatch structs - [`bf36ef7`](https://github.com/AppFlowy-IO/AppFlowy/commit/bf36ef7fd9fc0da93610decd166b196ac2d5a2c8) chore: update documentation ### 📊 Changes **38 files changed** (+541 additions, -579 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/dart-ffi/src/lib.rs` (+5 -5) 📝 `frontend/rust-lib/dart-ffi/src/model/ffi_request.rs` (+3 -3) 📝 `frontend/rust-lib/dart-ffi/src/model/ffi_response.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-document/src/event_handler.rs` (+7 -7) 📝 `frontend/rust-lib/flowy-document/src/event_map.rs` (+5 -5) 📝 `frontend/rust-lib/flowy-error/src/errors.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-folder/src/event_map.rs` (+12 -12) 📝 `frontend/rust-lib/flowy-folder/src/services/app/event_handler.rs` (+11 -11) 📝 `frontend/rust-lib/flowy-folder/src/services/trash/event_handler.rs` (+12 -8) 📝 `frontend/rust-lib/flowy-folder/src/services/view/event_handler.rs` (+22 -22) 📝 `frontend/rust-lib/flowy-folder/src/services/workspace/event_handler.rs` (+10 -10) 📝 `frontend/rust-lib/flowy-grid/src/event_handler.rs` (+61 -61) 📝 `frontend/rust-lib/flowy-grid/src/event_map.rs` (+4 -4) 📝 `frontend/rust-lib/flowy-net/src/event_map.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-net/src/handlers/mod.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-sdk/src/lib.rs` (+8 -8) 📝 `frontend/rust-lib/flowy-sdk/src/module.rs` (+9 -29) 📝 `frontend/rust-lib/flowy-test/src/event_builder.rs` (+14 -12) 📝 `frontend/rust-lib/flowy-test/src/helper.rs` (+15 -15) 📝 `frontend/rust-lib/flowy-user/src/event_map.rs` (+3 -3) _...and 18 more files_ </details> ### 📄 Description 1. rename some structs 2. add some documentation --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:15:51 +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#4790
No description provided.