[PR #629] [MERGED] Refactor/rename grid cell #4250

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

📋 Pull Request Information

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

Base: mainHead: refactor/rename_grid_cell


📝 Commits (2)

  • cefd640 refactor: add Grid prefix to some Grid cells
  • 8683c2f fix: reload number cell

📊 Changes

7 files changed (+38 additions, -37 deletions)

View changed files

📝 frontend/app_flowy/lib/workspace/application/grid/cell/cell_service/cell_data_loader.dart (+6 -6)
📝 frontend/app_flowy/lib/workspace/application/grid/cell/cell_service/context_builder.dart (+7 -6)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/cell_builder.dart (+5 -5)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/checkbox_cell.dart (+4 -4)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/date_cell/date_cell.dart (+4 -4)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/number_cell.dart (+4 -4)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/select_option_cell/select_option_cell.dart (+8 -8)

📄 Description

  1. rename some cells according to design specs.

🔄 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/629 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 7/18/2022 **Status:** ✅ Merged **Merged:** 7/18/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `refactor/rename_grid_cell` --- ### 📝 Commits (2) - [`cefd640`](https://github.com/AppFlowy-IO/AppFlowy/commit/cefd64034db40ea544381eb51b9a430380f89d94) refactor: add Grid prefix to some Grid cells - [`8683c2f`](https://github.com/AppFlowy-IO/AppFlowy/commit/8683c2f343eb109cbd18b6e5accc90d2c499f6f6) fix: reload number cell ### 📊 Changes **7 files changed** (+38 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/workspace/application/grid/cell/cell_service/cell_data_loader.dart` (+6 -6) 📝 `frontend/app_flowy/lib/workspace/application/grid/cell/cell_service/context_builder.dart` (+7 -6) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/cell_builder.dart` (+5 -5) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/checkbox_cell.dart` (+4 -4) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/date_cell/date_cell.dart` (+4 -4) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/number_cell.dart` (+4 -4) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/select_option_cell/select_option_cell.dart` (+8 -8) </details> ### 📄 Description 1. rename some cells according to [design specs.](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/architecture/frontend/grid#definitions) --- <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:59 +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#4250
No description provided.