[PR #3397] [MERGED] fix: set minimum width for grid fields to 100px #5711

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3397
Author: @Nitin-Poojary
Created: 9/13/2023
Status: Merged
Merged: 9/21/2023
Merged by: @richardshiue

Base: mainHead: bug/grid/set_minimum_width_for_fields


📝 Commits (6)

  • 45f64d8 fix: set minimum width for grid field to 100px
  • 2749a25 test: add grid field width test
  • cd252b8 fix: field width should not be less then 50px
  • c91f286 test: grid field width should not be less then 50px
  • afb48b0 fix: cursor-based resizing issue
  • 8523200 test: updated tests

📊 Changes

3 files changed (+75 additions, -2 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/application/field/field_cell_bloc.dart (+9 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/field_cell.dart (+6 -1)
frontend/appflowy_flutter/test/bloc_test/grid_test/field/field_cell_bloc_test.dart (+60 -0)

📄 Description

fixes 3388

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/3397 **Author:** [@Nitin-Poojary](https://github.com/Nitin-Poojary) **Created:** 9/13/2023 **Status:** ✅ Merged **Merged:** 9/21/2023 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `bug/grid/set_minimum_width_for_fields` --- ### 📝 Commits (6) - [`45f64d8`](https://github.com/AppFlowy-IO/AppFlowy/commit/45f64d8992da90e5fc461efc2ae5152f6b824b0c) fix: set minimum width for grid field to 100px - [`2749a25`](https://github.com/AppFlowy-IO/AppFlowy/commit/2749a255dae4c017418c2dbe82a723515bbe8056) test: add grid field width test - [`cd252b8`](https://github.com/AppFlowy-IO/AppFlowy/commit/cd252b8a3c55918f9937dbbd54abc9346998dad6) fix: field width should not be less then 50px - [`c91f286`](https://github.com/AppFlowy-IO/AppFlowy/commit/c91f28648c42693c0822c9468800f5c8b918b4e1) test: grid field width should not be less then 50px - [`afb48b0`](https://github.com/AppFlowy-IO/AppFlowy/commit/afb48b01d152d1adb0212001205a0a2b9e024599) fix: cursor-based resizing issue - [`8523200`](https://github.com/AppFlowy-IO/AppFlowy/commit/85232002831047a5322535fe0f3c05a5e0ade3cd) test: updated tests ### 📊 Changes **3 files changed** (+75 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/field/field_cell_bloc.dart` (+9 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/field_cell.dart` (+6 -1) ➕ `frontend/appflowy_flutter/test/bloc_test/grid_test/field/field_cell_bloc_test.dart` (+60 -0) </details> ### 📄 Description fixes [3388](https://github.com/AppFlowy-IO/AppFlowy/issues/3388) #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:19:58 +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#5711
No description provided.