[PR #987] [MERGED] fix: add new created row #4477

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/987
Author: @appflowy
Created: 9/5/2022
Status: Merged
Merged: 9/5/2022
Merged by: @appflowy

Base: mainHead: feat/fix_delete_card_bugs


📝 Commits (1)

📊 Changes

8 files changed (+29 additions, -11 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_text_cell.dart (+0 -1)
📝 frontend/rust-lib/flowy-grid/src/services/block_manager.rs (+1 -1)
📝 frontend/rust-lib/flowy-grid/src/services/grid_view_editor.rs (+2 -0)
📝 frontend/rust-lib/flowy-grid/src/services/group/controller.rs (+1 -0)
📝 frontend/rust-lib/flowy-grid/src/services/group/controller_impls/checkbox_controller.rs (+11 -7)
📝 frontend/rust-lib/flowy-grid/src/services/group/controller_impls/default_controller.rs (+2 -0)
📝 frontend/rust-lib/flowy-grid/src/services/group/controller_impls/select_option_controller/multi_select_controller.rs (+7 -1)
📝 frontend/rust-lib/flowy-grid/src/services/group/controller_impls/select_option_controller/single_select_controller.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/987 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 9/5/2022 **Status:** ✅ Merged **Merged:** 9/5/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/fix_delete_card_bugs` --- ### 📝 Commits (1) - [`bfebea7`](https://github.com/AppFlowy-IO/AppFlowy/commit/bfebea7b31d2b1ccaaae8b5e4cf7d2acee249164) fix: add new created row ### 📊 Changes **8 files changed** (+29 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_text_cell.dart` (+0 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/block_manager.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_view_editor.rs` (+2 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/group/controller.rs` (+1 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/group/controller_impls/checkbox_controller.rs` (+11 -7) 📝 `frontend/rust-lib/flowy-grid/src/services/group/controller_impls/default_controller.rs` (+2 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/group/controller_impls/select_option_controller/multi_select_controller.rs` (+7 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/group/controller_impls/select_option_controller/single_select_controller.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:59 +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#4477
No description provided.