[PR #1150] [MERGED] Fix/1135 issue 1 #4561

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

📋 Pull Request Information

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

Base: mainHead: fix/1135_1


📝 Commits (2)

📊 Changes

15 files changed (+124 additions, -43 deletions)

View changed files

📝 frontend/rust-lib/flowy-folder/src/manager.rs (+1 -1)
📝 frontend/rust-lib/flowy-folder/src/services/view/controller.rs (+4 -2)
📝 frontend/rust-lib/flowy-grid/src/dart_notification.rs (+0 -5)
📝 frontend/rust-lib/flowy-grid/src/manager.rs (+14 -3)
📝 frontend/rust-lib/flowy-grid/src/services/cell/any_cell_data.rs (+4 -1)
📝 frontend/rust-lib/flowy-grid/src/services/cell/cell_operation.rs (+23 -12)
📝 frontend/rust-lib/flowy-grid/src/services/grid_editor.rs (+2 -0)
📝 frontend/rust-lib/flowy-grid/src/services/grid_view_editor.rs (+5 -0)
📝 frontend/rust-lib/flowy-grid/src/services/grid_view_manager.rs (+6 -0)
📝 frontend/rust-lib/flowy-grid/src/services/group/action.rs (+1 -0)
📝 frontend/rust-lib/flowy-grid/src/services/group/controller.rs (+10 -4)
📝 frontend/rust-lib/flowy-grid/src/services/group/controller_impls/select_option_controller/util.rs (+38 -10)
📝 frontend/rust-lib/flowy-sdk/src/deps_resolve/folder_deps.rs (+2 -2)
📝 shared-lib/flowy-grid-data-model/src/revision/grid_rev.rs (+10 -3)
📝 shared-lib/flowy-grid-data-model/src/revision/grid_view.rs (+4 -0)

📄 Description

Fix #1135 issue 1


🔄 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/1150 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 9/24/2022 **Status:** ✅ Merged **Merged:** 9/24/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/1135_1` --- ### 📝 Commits (2) - [`fa0a485`](https://github.com/AppFlowy-IO/AppFlowy/commit/fa0a485c85c3c2da565dfbbd6aeda1d3c3024f7e) fix: move checkbox card fail - [`e66b3b0`](https://github.com/AppFlowy-IO/AppFlowy/commit/e66b3b07dbd99ae3e9ce2ab26bc709beeb0b4b61) fix: duplicate board ### 📊 Changes **15 files changed** (+124 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/flowy-folder/src/manager.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-folder/src/services/view/controller.rs` (+4 -2) 📝 `frontend/rust-lib/flowy-grid/src/dart_notification.rs` (+0 -5) 📝 `frontend/rust-lib/flowy-grid/src/manager.rs` (+14 -3) 📝 `frontend/rust-lib/flowy-grid/src/services/cell/any_cell_data.rs` (+4 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/cell/cell_operation.rs` (+23 -12) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_editor.rs` (+2 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_view_editor.rs` (+5 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_view_manager.rs` (+6 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/group/action.rs` (+1 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/group/controller.rs` (+10 -4) 📝 `frontend/rust-lib/flowy-grid/src/services/group/controller_impls/select_option_controller/util.rs` (+38 -10) 📝 `frontend/rust-lib/flowy-sdk/src/deps_resolve/folder_deps.rs` (+2 -2) 📝 `shared-lib/flowy-grid-data-model/src/revision/grid_rev.rs` (+10 -3) 📝 `shared-lib/flowy-grid-data-model/src/revision/grid_view.rs` (+4 -0) </details> ### 📄 Description Fix #1135 issue 1 --- <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:21 +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#4561
No description provided.