[PR #1162] [MERGED] fix: calculate overlap #4569

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

📋 Pull Request Information

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

Base: mainHead: fix/1156


📝 Commits (1)

📊 Changes

10 files changed (+119 additions, -105 deletions)

View changed files

📝 frontend/app_flowy/packages/appflowy_board/lib/src/utils/log.dart (+7 -4)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_data.dart (+8 -8)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_group/group.dart (+1 -1)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_group/group_data.dart (+2 -0)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_state.dart (+6 -22)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_target.dart (+28 -13)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_target_interceptor.dart (+4 -3)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/reorder_flex.dart (+36 -32)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_phantom/phantom_controller.dart (+3 -2)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_phantom/phantom_state.dart (+24 -20)

📄 Description

fix #1156


🔄 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/1162 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 9/26/2022 **Status:** ✅ Merged **Merged:** 9/26/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/1156` --- ### 📝 Commits (1) - [`ee46303`](https://github.com/AppFlowy-IO/AppFlowy/commit/ee463037e3d879e68d0b75c42f77c9a7e2b58e19) fix: calculate overlap ### 📊 Changes **10 files changed** (+119 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/utils/log.dart` (+7 -4) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_data.dart` (+8 -8) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_group/group.dart` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_group/group_data.dart` (+2 -0) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_state.dart` (+6 -22) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_target.dart` (+28 -13) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_target_interceptor.dart` (+4 -3) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/reorder_flex.dart` (+36 -32) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_phantom/phantom_controller.dart` (+3 -2) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_phantom/phantom_state.dart` (+24 -20) </details> ### 📄 Description fix #1156 --- <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:23 +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#4569
No description provided.