[PR #1354] [MERGED] chore: add reorder bloc test #4679

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

📋 Pull Request Information

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

Base: mainHead: reorder_bloc_test


📝 Commits (2)

📊 Changes

13 files changed (+316 additions, -109 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/trash/application/trash_bloc.dart (+13 -11)
📝 frontend/app_flowy/lib/startup/deps_resolver.dart (+1 -12)
📝 frontend/app_flowy/lib/startup/startup.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/app/app_bloc.dart (+20 -38)
📝 frontend/app_flowy/lib/workspace/application/app/app_listener.dart (+8 -19)
📝 frontend/app_flowy/lib/workspace/application/menu/menu_bloc.dart (+18 -9)
📝 frontend/app_flowy/lib/workspace/presentation/home/menu/menu.dart (+5 -4)
📝 frontend/app_flowy/test/bloc_test/menu_test/app_bloc_test.dart (+61 -0)
frontend/app_flowy/test/bloc_test/menu_test/menu_bloc_test.dart (+66 -0)
frontend/app_flowy/test/bloc_test/menu_test/trash_bloc_test.dart (+110 -0)
📝 frontend/app_flowy/test/util.dart (+4 -4)
📝 frontend/rust-lib/flowy-folder/src/dart_notification.rs (+0 -1)
📝 frontend/rust-lib/flowy-folder/src/services/view/controller.rs (+9 -10)

📄 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/1354 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 10/25/2022 **Status:** ✅ Merged **Merged:** 10/25/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `reorder_bloc_test` --- ### 📝 Commits (2) - [`1f1798a`](https://github.com/AppFlowy-IO/AppFlowy/commit/1f1798a532d67a8296c36a82073cd66ce56650a2) chore: add reorder bloc test - [`3eb5f20`](https://github.com/AppFlowy-IO/AppFlowy/commit/3eb5f20a90bdf271cbfb0e5f4e11f978a9c42ac3) chore: add trash test ### 📊 Changes **13 files changed** (+316 additions, -109 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/trash/application/trash_bloc.dart` (+13 -11) 📝 `frontend/app_flowy/lib/startup/deps_resolver.dart` (+1 -12) 📝 `frontend/app_flowy/lib/startup/startup.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/app/app_bloc.dart` (+20 -38) 📝 `frontend/app_flowy/lib/workspace/application/app/app_listener.dart` (+8 -19) 📝 `frontend/app_flowy/lib/workspace/application/menu/menu_bloc.dart` (+18 -9) 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/menu.dart` (+5 -4) 📝 `frontend/app_flowy/test/bloc_test/menu_test/app_bloc_test.dart` (+61 -0) ➕ `frontend/app_flowy/test/bloc_test/menu_test/menu_bloc_test.dart` (+66 -0) ➕ `frontend/app_flowy/test/bloc_test/menu_test/trash_bloc_test.dart` (+110 -0) 📝 `frontend/app_flowy/test/util.dart` (+4 -4) 📝 `frontend/rust-lib/flowy-folder/src/dart_notification.rs` (+0 -1) 📝 `frontend/rust-lib/flowy-folder/src/services/view/controller.rs` (+9 -10) </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:38:52 +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#4679
No description provided.