[PR #1695] [MERGED] Feat/read cell data for field #4899

Closed
opened 2026-03-23 22:16:18 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1695
Author: @appflowy
Created: 1/11/2023
Status: Merged
Merged: 1/11/2023
Merged by: @appflowy

Base: mainHead: feat/read_cell_data_for_field


📝 Commits (3)

  • c13d64d chore: read cells for field
  • 43f793a feat: enable read cells for specific field
  • 74504a6 ci: fix tests

📊 Changes

9 files changed (+172 additions, -87 deletions)

View changed files

📝 frontend/app_flowy/pubspec.lock (+1 -1)
📝 frontend/app_flowy/test/bloc_test/home_test/view_bloc_test.dart (+56 -50)
📝 frontend/rust-lib/flowy-grid/src/services/block_manager.rs (+1 -0)
📝 frontend/rust-lib/flowy-grid/src/services/grid_editor.rs (+6 -26)
📝 frontend/rust-lib/flowy-grid/src/services/grid_editor_trait_impl.rs (+18 -1)
📝 frontend/rust-lib/flowy-grid/src/services/group/configuration.rs (+8 -0)
📝 frontend/rust-lib/flowy-grid/src/services/view_editor/editor.rs (+59 -4)
📝 frontend/rust-lib/flowy-grid/src/services/view_editor/trait_impl.rs (+13 -3)
📝 frontend/rust-lib/flowy-grid/tests/grid/cell_test/test.rs (+10 -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/1695 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 1/11/2023 **Status:** ✅ Merged **Merged:** 1/11/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/read_cell_data_for_field` --- ### 📝 Commits (3) - [`c13d64d`](https://github.com/AppFlowy-IO/AppFlowy/commit/c13d64d91605886a1b773dfa922a06151b96fb5e) chore: read cells for field - [`43f793a`](https://github.com/AppFlowy-IO/AppFlowy/commit/43f793a67ab5e8f3aa95adbc2cd0464155c51142) feat: enable read cells for specific field - [`74504a6`](https://github.com/AppFlowy-IO/AppFlowy/commit/74504a6bc4772ec6a3f1a54e7d78556ce4e5b8b2) ci: fix tests ### 📊 Changes **9 files changed** (+172 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/pubspec.lock` (+1 -1) 📝 `frontend/app_flowy/test/bloc_test/home_test/view_bloc_test.dart` (+56 -50) 📝 `frontend/rust-lib/flowy-grid/src/services/block_manager.rs` (+1 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_editor.rs` (+6 -26) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_editor_trait_impl.rs` (+18 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/group/configuration.rs` (+8 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/view_editor/editor.rs` (+59 -4) 📝 `frontend/rust-lib/flowy-grid/src/services/view_editor/trait_impl.rs` (+13 -3) 📝 `frontend/rust-lib/flowy-grid/tests/grid/cell_test/test.rs` (+10 -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 22:16:18 +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#4899
No description provided.