[PR #707] [MERGED] chore: add documentation for flowy-grid crate #4288

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/707
Author: @appflowy
Created: 7/25/2022
Status: Merged
Merged: 7/31/2022
Merged by: @appflowy

Base: mainHead: feat/flowy_grid_crate_documentation


📝 Commits (2)

  • 0078502 chore: add documentation for flowy_grid crate
  • 51617d9 docs: made small changes to grammar

📊 Changes

9 files changed (+143 additions, -1 deletions)

View changed files

📝 frontend/rust-lib/flowy-grid/src/entities/block_entities.rs (+13 -0)
📝 frontend/rust-lib/flowy-grid/src/entities/cell_entities.rs (+1 -0)
📝 frontend/rust-lib/flowy-grid/src/entities/field_entities.rs (+21 -0)
📝 frontend/rust-lib/flowy-grid/src/entities/grid_entities.rs (+2 -0)
📝 frontend/rust-lib/flowy-grid/src/entities/setting_entities.rs (+2 -0)
📝 frontend/rust-lib/flowy-grid/src/event_map.rs (+87 -0)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/select_option.rs (+11 -0)
📝 frontend/rust-lib/flowy-grid/src/services/grid_editor.rs (+0 -1)
📝 shared-lib/flowy-grid-data-model/src/revision/grid_rev.rs (+6 -0)

📄 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/707 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 7/25/2022 **Status:** ✅ Merged **Merged:** 7/31/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/flowy_grid_crate_documentation` --- ### 📝 Commits (2) - [`0078502`](https://github.com/AppFlowy-IO/AppFlowy/commit/00785022e850e3057642dead61339a0f5e663745) chore: add documentation for flowy_grid crate - [`51617d9`](https://github.com/AppFlowy-IO/AppFlowy/commit/51617d9eb9f67044291b5bb96dd8e0a95fd61242) docs: made small changes to grammar ### 📊 Changes **9 files changed** (+143 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/flowy-grid/src/entities/block_entities.rs` (+13 -0) 📝 `frontend/rust-lib/flowy-grid/src/entities/cell_entities.rs` (+1 -0) 📝 `frontend/rust-lib/flowy-grid/src/entities/field_entities.rs` (+21 -0) 📝 `frontend/rust-lib/flowy-grid/src/entities/grid_entities.rs` (+2 -0) 📝 `frontend/rust-lib/flowy-grid/src/entities/setting_entities.rs` (+2 -0) 📝 `frontend/rust-lib/flowy-grid/src/event_map.rs` (+87 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/select_option.rs` (+11 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_editor.rs` (+0 -1) 📝 `shared-lib/flowy-grid-data-model/src/revision/grid_rev.rs` (+6 -0) </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:08 +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#4288
No description provided.