[PR #951] [MERGED] chore: enable create card from header button #4450

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/951
Author: @appflowy
Created: 8/31/2022
Status: Merged
Merged: 8/31/2022
Merged by: @appflowy

Base: mainHead: feat/create_card_from_header


📝 Commits (1)

  • cde8ad9 chore: enable create card from header button

📊 Changes

10 files changed (+115 additions, -46 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/board/application/board_bloc.dart (+38 -12)
📝 frontend/app_flowy/lib/plugins/board/application/board_data_controller.dart (+3 -2)
📝 frontend/app_flowy/lib/plugins/board/application/group_controller.dart (+7 -2)
📝 frontend/app_flowy/lib/plugins/board/presentation/board_page.dart (+35 -19)
📝 frontend/app_flowy/lib/plugins/grid/application/grid_service.dart (+9 -1)
📝 frontend/app_flowy/packages/appflowy_board/example/lib/multi_board_list_example.dart (+3 -3)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board.dart (+4 -2)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_column/board_column.dart (+3 -3)
📝 frontend/rust-lib/flowy-grid/src/entities/group_entities/group.rs (+8 -1)
📝 frontend/rust-lib/flowy-grid/src/services/grid_view_editor.rs (+5 -1)

📄 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/951 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 8/31/2022 **Status:** ✅ Merged **Merged:** 8/31/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/create_card_from_header` --- ### 📝 Commits (1) - [`cde8ad9`](https://github.com/AppFlowy-IO/AppFlowy/commit/cde8ad908482da7814890f0a33e7786724e22ae6) chore: enable create card from header button ### 📊 Changes **10 files changed** (+115 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/board/application/board_bloc.dart` (+38 -12) 📝 `frontend/app_flowy/lib/plugins/board/application/board_data_controller.dart` (+3 -2) 📝 `frontend/app_flowy/lib/plugins/board/application/group_controller.dart` (+7 -2) 📝 `frontend/app_flowy/lib/plugins/board/presentation/board_page.dart` (+35 -19) 📝 `frontend/app_flowy/lib/plugins/grid/application/grid_service.dart` (+9 -1) 📝 `frontend/app_flowy/packages/appflowy_board/example/lib/multi_board_list_example.dart` (+3 -3) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board.dart` (+4 -2) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_column/board_column.dart` (+3 -3) 📝 `frontend/rust-lib/flowy-grid/src/entities/group_entities/group.rs` (+8 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_view_editor.rs` (+5 -1) </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:37: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#4450
No description provided.