[PR #895] [MERGED] Feat/board move card animation #4416

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

📋 Pull Request Information

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

Base: mainHead: feat/board_move_card_animation


📝 Commits (5)

  • aec5c3e chore: fix insert animation
  • d941db2 chore: disable children receive events under fake drag target
  • 7be510f chore: delay overlap dragtarget event
  • 02e1030 chore: update appflowy_board version
  • 2152bb7 chore: disable log and try to fix some weird bugs

📊 Changes

13 files changed (+195 additions, -82 deletions)

View changed files

📝 frontend/app_flowy/packages/appflowy_board/CHANGELOG.md (+8 -3)
📝 frontend/app_flowy/packages/appflowy_board/example/lib/multi_board_list_example.dart (+9 -4)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/utils/log.dart (+3 -5)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board.dart (+27 -15)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_column/board_column.dart (+8 -3)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_data.dart (+2 -1)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_state.dart (+3 -3)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_target.dart (+34 -4)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_target_interceptor.dart (+42 -4)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/reorder_flex.dart (+12 -10)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_phantom/phantom_controller.dart (+35 -20)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_phantom/phantom_state.dart (+11 -9)
📝 frontend/app_flowy/packages/appflowy_board/pubspec.yaml (+1 -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/895 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 8/23/2022 **Status:** ✅ Merged **Merged:** 8/23/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/board_move_card_animation` --- ### 📝 Commits (5) - [`aec5c3e`](https://github.com/AppFlowy-IO/AppFlowy/commit/aec5c3e8070d137c29f8c268c63137c5f7383b0d) chore: fix insert animation - [`d941db2`](https://github.com/AppFlowy-IO/AppFlowy/commit/d941db29a133f750583bc43fe905d7658424a6cb) chore: disable children receive events under fake drag target - [`7be510f`](https://github.com/AppFlowy-IO/AppFlowy/commit/7be510fa22cd102386f05f476d3d4b50644d5d87) chore: delay overlap dragtarget event - [`02e1030`](https://github.com/AppFlowy-IO/AppFlowy/commit/02e10301bf1a652ae5fd30f3c97c0897bc473ed8) chore: update appflowy_board version - [`2152bb7`](https://github.com/AppFlowy-IO/AppFlowy/commit/2152bb71882f63eb08443cd4833eec62c3c308b9) chore: disable log and try to fix some weird bugs ### 📊 Changes **13 files changed** (+195 additions, -82 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/appflowy_board/CHANGELOG.md` (+8 -3) 📝 `frontend/app_flowy/packages/appflowy_board/example/lib/multi_board_list_example.dart` (+9 -4) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/utils/log.dart` (+3 -5) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board.dart` (+27 -15) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_column/board_column.dart` (+8 -3) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_data.dart` (+2 -1) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_state.dart` (+3 -3) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_target.dart` (+34 -4) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_target_interceptor.dart` (+42 -4) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/reorder_flex.dart` (+12 -10) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_phantom/phantom_controller.dart` (+35 -20) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_phantom/phantom_state.dart` (+11 -9) 📝 `frontend/app_flowy/packages/appflowy_board/pubspec.yaml` (+1 -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:43 +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#4416
No description provided.