[PR #1258] [MERGED] chore: add group documentation #4626

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

📋 Pull Request Information

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

Base: mainHead: group_documentation


📝 Commits (1)

  • abe764e chore: add group documentation

📊 Changes

13 files changed (+233 additions, -124 deletions)

View changed files

📝 frontend/rust-lib/flowy-grid/src/entities/field_entities.rs (+9 -10)
📝 frontend/rust-lib/flowy-grid/src/services/grid_editor.rs (+24 -21)
📝 frontend/rust-lib/flowy-grid/src/services/grid_view_editor.rs (+28 -6)
📝 frontend/rust-lib/flowy-grid/src/services/grid_view_manager.rs (+17 -7)
📝 frontend/rust-lib/flowy-grid/src/services/group/configuration.rs (+64 -40)
📝 frontend/rust-lib/flowy-grid/src/services/group/controller.rs (+38 -19)
📝 frontend/rust-lib/flowy-grid/src/services/group/controller_impls/checkbox_controller.rs (+4 -4)
📝 frontend/rust-lib/flowy-grid/src/services/group/controller_impls/default_controller.rs (+9 -5)
📝 frontend/rust-lib/flowy-grid/src/services/group/controller_impls/select_option_controller/multi_select_controller.rs (+2 -2)
📝 frontend/rust-lib/flowy-grid/src/services/group/controller_impls/select_option_controller/single_select_controller.rs (+2 -2)
📝 frontend/rust-lib/flowy-grid/src/services/group/controller_impls/select_option_controller/util.rs (+3 -3)
📝 frontend/rust-lib/flowy-grid/src/services/group/group_util.rs (+21 -3)
📝 shared-lib/flowy-sync/src/client_grid/grid_revision_pad.rs (+12 -2)

📄 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/1258 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 10/10/2022 **Status:** ✅ Merged **Merged:** 10/10/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `group_documentation` --- ### 📝 Commits (1) - [`abe764e`](https://github.com/AppFlowy-IO/AppFlowy/commit/abe764ed6c2fc79ff236f94e33d81fb313029d12) chore: add group documentation ### 📊 Changes **13 files changed** (+233 additions, -124 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/flowy-grid/src/entities/field_entities.rs` (+9 -10) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_editor.rs` (+24 -21) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_view_editor.rs` (+28 -6) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_view_manager.rs` (+17 -7) 📝 `frontend/rust-lib/flowy-grid/src/services/group/configuration.rs` (+64 -40) 📝 `frontend/rust-lib/flowy-grid/src/services/group/controller.rs` (+38 -19) 📝 `frontend/rust-lib/flowy-grid/src/services/group/controller_impls/checkbox_controller.rs` (+4 -4) 📝 `frontend/rust-lib/flowy-grid/src/services/group/controller_impls/default_controller.rs` (+9 -5) 📝 `frontend/rust-lib/flowy-grid/src/services/group/controller_impls/select_option_controller/multi_select_controller.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-grid/src/services/group/controller_impls/select_option_controller/single_select_controller.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-grid/src/services/group/controller_impls/select_option_controller/util.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-grid/src/services/group/group_util.rs` (+21 -3) 📝 `shared-lib/flowy-sync/src/client_grid/grid_revision_pad.rs` (+12 -2) </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:38:38 +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#4626
No description provided.