[PR #534] [MERGED] chore: hide accessory when cell is editing #4179

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

📋 Pull Request Information

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

Base: mainHead: fix/grid_cell_highlight


📝 Commits (1)

  • f61bebe chore: hide accessory when cell is editing

📊 Changes

7 files changed (+225 additions, -179 deletions)

View changed files

📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/cell_accessory.dart (+49 -22)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/cell_builder.dart (+24 -128)
frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/cell_cotainer.dart (+140 -0)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/date_cell/date_cell.dart (+2 -2)
📝 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/url_cell/url_cell.dart (+2 -3)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/row/grid_row.dart (+6 -22)

📄 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/534 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 6/5/2022 **Status:** ✅ Merged **Merged:** 6/5/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/grid_cell_highlight` --- ### 📝 Commits (1) - [`f61bebe`](https://github.com/AppFlowy-IO/AppFlowy/commit/f61bebe869c0bbe7fe9cee72b8e948d58c23264d) chore: hide accessory when cell is editing ### 📊 Changes **7 files changed** (+225 additions, -179 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/cell_accessory.dart` (+49 -22) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/cell_builder.dart` (+24 -128) ➕ `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/cell_cotainer.dart` (+140 -0) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/date_cell/date_cell.dart` (+2 -2) 📝 `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/url_cell/url_cell.dart` (+2 -3) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/row/grid_row.dart` (+6 -22) </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:39 +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#4179
No description provided.