[PR #529] [MERGED] refactor: add GridCellState and GridFocusNodeCellState #4177

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

📋 Pull Request Information

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

Base: mainHead: refactor/grid_cell_focus


📝 Commits (1)

  • 4887885 refactor: add GridCellState and GridFocusNodeCellState

📊 Changes

7 files changed (+95 additions, -104 deletions)

View changed files

📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/cell_builder.dart (+69 -1)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/checkbox_cell.dart (+7 -15)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/date_cell/date_cell.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/number_cell.dart (+5 -33)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/select_option_cell/select_option_cell.dart (+2 -2)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/text_cell.dart (+5 -37)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/url_cell/url_cell.dart (+6 -15)

📄 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/529 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 6/3/2022 **Status:** ✅ Merged **Merged:** 6/3/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `refactor/grid_cell_focus` --- ### 📝 Commits (1) - [`4887885`](https://github.com/AppFlowy-IO/AppFlowy/commit/4887885aaef17c2e4bd5704b0b61e0e4dd63ad97) refactor: add GridCellState and GridFocusNodeCellState ### 📊 Changes **7 files changed** (+95 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/cell_builder.dart` (+69 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/checkbox_cell.dart` (+7 -15) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/date_cell/date_cell.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/number_cell.dart` (+5 -33) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/select_option_cell/select_option_cell.dart` (+2 -2) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/text_cell.dart` (+5 -37) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/url_cell/url_cell.dart` (+6 -15) </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: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#4177
No description provided.