[PR #914] [MERGED] Fix/card animation #4430

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

📋 Pull Request Information

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

Base: mainHead: fix/card_animation


📝 Commits (2)

  • 2b725f8 chore: add remove out of bound guard
  • d3c13d3 chore: fix card animation issue

📊 Changes

9 files changed (+46 additions, -68 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_checkbox_cell.dart (+8 -9)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_date_cell.dart (+5 -11)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_number_cell.dart (+6 -11)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_select_option_cell.dart (+6 -9)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_text_cell.dart (+4 -10)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_url_cell.dart (+11 -16)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/card.dart (+1 -1)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_column/board_column_data.dart (+4 -0)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_target.dart (+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/914 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 8/26/2022 **Status:** ✅ Merged **Merged:** 8/26/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/card_animation` --- ### 📝 Commits (2) - [`2b725f8`](https://github.com/AppFlowy-IO/AppFlowy/commit/2b725f8f7110872b0f6adb67a5172f814e2dc478) chore: add remove out of bound guard - [`d3c13d3`](https://github.com/AppFlowy-IO/AppFlowy/commit/d3c13d325ee8c4336db576cc6d8c0c466c433f8f) chore: fix card animation issue ### 📊 Changes **9 files changed** (+46 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_checkbox_cell.dart` (+8 -9) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_date_cell.dart` (+5 -11) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_number_cell.dart` (+6 -11) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_select_option_cell.dart` (+6 -9) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_text_cell.dart` (+4 -10) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_url_cell.dart` (+11 -16) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/card.dart` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_column/board_column_data.dart` (+4 -0) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_target.dart` (+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:47 +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#4430
No description provided.