[PR #4205] [MERGED] chore: rename folder event #6130

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4205
Author: @appflowy
Created: 12/23/2023
Status: Merged
Merged: 12/23/2023
Merged by: @appflowy

Base: mainHead: rename_folder_event


📝 Commits (1)

  • 3b67499 chore: rename folder event

📊 Changes

10 files changed (+53 additions, -53 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/trash/application/trash_service.dart (+5 -5)
📝 frontend/appflowy_flutter/lib/workspace/application/home/home_service.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/application/view/view_service.dart (+3 -3)
📝 frontend/appflowy_tauri/src/appflowy_app/components/database/application/database_view/database_view_service.ts (+2 -2)
📝 frontend/appflowy_tauri/src/appflowy_app/stores/effects/workspace/page/page_bd_svc.ts (+2 -2)
📝 frontend/appflowy_tauri/src/appflowy_app/stores/effects/workspace/trash/bd_svc.ts (+10 -10)
📝 frontend/rust-lib/event-integration/src/folder_event.rs (+2 -2)
📝 frontend/rust-lib/event-integration/tests/folder/local_test/script.rs (+5 -5)
📝 frontend/rust-lib/event-integration/tests/folder/local_test/test.rs (+11 -11)
📝 frontend/rust-lib/flowy-folder2/src/event_map.rs (+12 -12)

📄 Description

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/4205 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 12/23/2023 **Status:** ✅ Merged **Merged:** 12/23/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `rename_folder_event` --- ### 📝 Commits (1) - [`3b67499`](https://github.com/AppFlowy-IO/AppFlowy/commit/3b67499c4355a21b4c994aa1cd47024573b6eb7f) chore: rename folder event ### 📊 Changes **10 files changed** (+53 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/trash/application/trash_service.dart` (+5 -5) 📝 `frontend/appflowy_flutter/lib/workspace/application/home/home_service.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/application/view/view_service.dart` (+3 -3) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/database/application/database_view/database_view_service.ts` (+2 -2) 📝 `frontend/appflowy_tauri/src/appflowy_app/stores/effects/workspace/page/page_bd_svc.ts` (+2 -2) 📝 `frontend/appflowy_tauri/src/appflowy_app/stores/effects/workspace/trash/bd_svc.ts` (+10 -10) 📝 `frontend/rust-lib/event-integration/src/folder_event.rs` (+2 -2) 📝 `frontend/rust-lib/event-integration/tests/folder/local_test/script.rs` (+5 -5) 📝 `frontend/rust-lib/event-integration/tests/folder/local_test/test.rs` (+11 -11) 📝 `frontend/rust-lib/flowy-folder2/src/event_map.rs` (+12 -12) </details> ### 📄 Description #### PR Checklist - [ ] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:21: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#6130
No description provided.