[PR #1698] [MERGED] chore: grid field action sheet layout improvement #4901

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1698
Author: @richardshiue
Created: 1/12/2023
Status: Merged
Merged: 1/19/2023
Merged by: @appflowy

Base: mainHead: grid-action-sheet


📝 Commits (2)

  • d258354 chore: grid action sheet layout improvement
  • 9a7bed3 style: port away from list

📊 Changes

2 files changed (+54 additions, -53 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell.dart (+2 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell_action_sheet.dart (+52 -52)

📄 Description

Implements vision of #1673

  • different widths for general field actions and type options
  • unbounded maxHeight
  • fix extra padding
  • in the future, if necessary, move SizedBox to FieldEditor to use different widths for each FieldType

🔄 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/1698 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 1/12/2023 **Status:** ✅ Merged **Merged:** 1/19/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `grid-action-sheet` --- ### 📝 Commits (2) - [`d258354`](https://github.com/AppFlowy-IO/AppFlowy/commit/d2583542cf73a5ed279a07e0c80c9b175994af3f) chore: grid action sheet layout improvement - [`9a7bed3`](https://github.com/AppFlowy-IO/AppFlowy/commit/9a7bed36da11a722afe6e682c0a3f027739164ae) style: port away from list ### 📊 Changes **2 files changed** (+54 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell.dart` (+2 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell_action_sheet.dart` (+52 -52) </details> ### 📄 Description Implements vision of #1673 - different widths for general field actions and type options - unbounded maxHeight - fix extra padding - in the future, if necessary, move SizedBox to FieldEditor to use different widths for each FieldType --- <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:19 +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#4901
No description provided.