[PR #447] [MERGED] Feat grid row animation #4136

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/447
Author: @appflowy
Created: 4/11/2022
Status: Merged
Merged: 4/11/2022
Merged by: @appflowy

Base: mainHead: feat_grid_row_animation


📝 Commits (3)

  • 31b2ace chore: replace SliverList with SliverAnimatedList
  • f5b140a chore: disable some test
  • ac584fb chore: fix warnings

📊 Changes

11 files changed (+279 additions, -243 deletions)

View changed files

📝 frontend/app_flowy/lib/workspace/application/grid/cell_bloc/checkbox_cell_bloc.dart (+5 -1)
📝 frontend/app_flowy/lib/workspace/application/grid/cell_bloc/date_cell_bloc.dart (+5 -1)
📝 frontend/app_flowy/lib/workspace/application/grid/cell_bloc/number_cell_bloc.dart (+17 -9)
📝 frontend/app_flowy/lib/workspace/application/grid/cell_bloc/selection_cell_bloc.dart (+8 -4)
📝 frontend/app_flowy/lib/workspace/application/grid/grid_bloc.dart (+54 -24)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/grid_page.dart (+58 -56)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/date_type_option.rs (+77 -78)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/text_type_option.rs (+48 -52)
📝 shared-lib/flowy-folder-data-model/src/user_default.rs (+3 -3)
📝 shared-lib/flowy-grid-data-model/tests/serde_test.rs (+0 -11)
📝 shared-lib/flowy-sync/src/client_grid/grid_block_meta_pad.rs (+4 -4)

📄 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/447 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 4/11/2022 **Status:** ✅ Merged **Merged:** 4/11/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat_grid_row_animation` --- ### 📝 Commits (3) - [`31b2ace`](https://github.com/AppFlowy-IO/AppFlowy/commit/31b2ace48f6885c4d707b1d9869d67932b74dac7) chore: replace SliverList with SliverAnimatedList - [`f5b140a`](https://github.com/AppFlowy-IO/AppFlowy/commit/f5b140a4d96223042f6bebd4e3bce1c840f88013) chore: disable some test - [`ac584fb`](https://github.com/AppFlowy-IO/AppFlowy/commit/ac584fb7efd6d98e9c80ef29a1a703c40b0d09e5) chore: fix warnings ### 📊 Changes **11 files changed** (+279 additions, -243 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/workspace/application/grid/cell_bloc/checkbox_cell_bloc.dart` (+5 -1) 📝 `frontend/app_flowy/lib/workspace/application/grid/cell_bloc/date_cell_bloc.dart` (+5 -1) 📝 `frontend/app_flowy/lib/workspace/application/grid/cell_bloc/number_cell_bloc.dart` (+17 -9) 📝 `frontend/app_flowy/lib/workspace/application/grid/cell_bloc/selection_cell_bloc.dart` (+8 -4) 📝 `frontend/app_flowy/lib/workspace/application/grid/grid_bloc.dart` (+54 -24) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/grid_page.dart` (+58 -56) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/date_type_option.rs` (+77 -78) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/text_type_option.rs` (+48 -52) 📝 `shared-lib/flowy-folder-data-model/src/user_default.rs` (+3 -3) 📝 `shared-lib/flowy-grid-data-model/tests/serde_test.rs` (+0 -11) 📝 `shared-lib/flowy-sync/src/client_grid/grid_block_meta_pad.rs` (+4 -4) </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:36:28 +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#4136
No description provided.