[PR #1241] [MERGED] Fix/1193 #4615

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

📋 Pull Request Information

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

Base: mainHead: fix/1193


📝 Commits (2)

  • 73e81da fix: select card text
  • fa3f9c2 fix: state of AppFlowyBoard is wrong after reordering the group

📊 Changes

24 files changed (+399 additions, -202 deletions)

View changed files

📝 frontend/app_flowy/ios/Runner/Info.plist (+2 -0)
📝 frontend/app_flowy/lib/plugins/board/application/board_bloc.dart (+81 -28)
📝 frontend/app_flowy/lib/plugins/board/application/board_data_controller.dart (+4 -4)
📝 frontend/app_flowy/lib/plugins/board/presentation/board_page.dart (+31 -24)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_cell.dart (+4 -0)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_text_cell.dart (+8 -1)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/card.dart (+10 -0)
📝 frontend/app_flowy/packages/appflowy_board/example/lib/multi_board_list_example.dart (+1 -1)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/utils/log.dart (+4 -0)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board.dart (+26 -30)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_data.dart (+17 -1)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_group/group.dart (+2 -2)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_group/group_data.dart (+29 -4)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_state.dart (+6 -6)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_target.dart (+11 -7)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/reorder_flex.dart (+68 -55)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_phantom/phantom_controller.dart (+11 -8)
📝 frontend/app_flowy/pubspec.lock (+1 -1)
📝 frontend/rust-lib/flowy-grid/src/services/grid_editor.rs (+1 -1)
📝 frontend/rust-lib/flowy-grid/src/services/grid_view_editor.rs (+13 -13)

...and 4 more files

📄 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/1241 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 10/7/2022 **Status:** ✅ Merged **Merged:** 10/7/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/1193` --- ### 📝 Commits (2) - [`73e81da`](https://github.com/AppFlowy-IO/AppFlowy/commit/73e81da356809f2f82efac75dc820f8beb011ff6) fix: select card text - [`fa3f9c2`](https://github.com/AppFlowy-IO/AppFlowy/commit/fa3f9c21fc97f2e2ed31f07f5252b051da2e60e7) fix: state of AppFlowyBoard is wrong after reordering the group ### 📊 Changes **24 files changed** (+399 additions, -202 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/ios/Runner/Info.plist` (+2 -0) 📝 `frontend/app_flowy/lib/plugins/board/application/board_bloc.dart` (+81 -28) 📝 `frontend/app_flowy/lib/plugins/board/application/board_data_controller.dart` (+4 -4) 📝 `frontend/app_flowy/lib/plugins/board/presentation/board_page.dart` (+31 -24) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_cell.dart` (+4 -0) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_text_cell.dart` (+8 -1) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/card.dart` (+10 -0) 📝 `frontend/app_flowy/packages/appflowy_board/example/lib/multi_board_list_example.dart` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/utils/log.dart` (+4 -0) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board.dart` (+26 -30) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_data.dart` (+17 -1) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_group/group.dart` (+2 -2) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_group/group_data.dart` (+29 -4) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_state.dart` (+6 -6) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_target.dart` (+11 -7) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/reorder_flex.dart` (+68 -55) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_phantom/phantom_controller.dart` (+11 -8) 📝 `frontend/app_flowy/pubspec.lock` (+1 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_editor.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_view_editor.rs` (+13 -13) _...and 4 more files_ </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:35 +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#4615
No description provided.