[PR #1341] [MERGED] chore: add grid header bloc test #4670

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

📋 Pull Request Information

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

Base: mainHead: grid_header_bloc_test


📝 Commits (1)

  • 387b680 chore: add grid header bloc test

📊 Changes

6 files changed (+227 additions, -55 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/grid/application/field/field_action_sheet_bloc.dart (+18 -3)
📝 frontend/app_flowy/lib/plugins/grid/application/field/field_controller.dart (+1 -2)
📝 frontend/app_flowy/lib/plugins/grid/application/grid_header_bloc.dart (+7 -1)
📝 frontend/app_flowy/lib/startup/deps_resolver.dart (+1 -4)
frontend/app_flowy/test/bloc_test/grid_test/grid_header_bloc_test.dart (+125 -0)
📝 frontend/app_flowy/test/bloc_test/grid_test/util.dart (+75 -45)

📄 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/1341 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 10/23/2022 **Status:** ✅ Merged **Merged:** 10/23/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `grid_header_bloc_test` --- ### 📝 Commits (1) - [`387b680`](https://github.com/AppFlowy-IO/AppFlowy/commit/387b680095ace90ee0beadee91ae22027cf28aaa) chore: add grid header bloc test ### 📊 Changes **6 files changed** (+227 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/grid/application/field/field_action_sheet_bloc.dart` (+18 -3) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/field_controller.dart` (+1 -2) 📝 `frontend/app_flowy/lib/plugins/grid/application/grid_header_bloc.dart` (+7 -1) 📝 `frontend/app_flowy/lib/startup/deps_resolver.dart` (+1 -4) ➕ `frontend/app_flowy/test/bloc_test/grid_test/grid_header_bloc_test.dart` (+125 -0) 📝 `frontend/app_flowy/test/bloc_test/grid_test/util.dart` (+75 -45) </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:50 +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#4670
No description provided.