[PR #1102] [MERGED] Fix/UI bugs #4534

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1102
Author: @appflowy
Created: 9/20/2022
Status: Merged
Merged: 9/20/2022
Merged by: @appflowy

Base: mainHead: fix/ui_bugs


📝 Commits (7)

  • 1f2b30a fix: show delete field dialog
  • 893b6e0 fix: show multi-line in row detail page
  • 2544aeb fix: button width in trash page
  • 370db4f fix: center left the date cell of the grid
  • 5191b6a chore: remove field type option widget one by one
  • ba3f2f3 fix: focus when SelectOptionCellEditor show
  • ca89fd9 fix: notify state changed after set state

📊 Changes

13 files changed (+260 additions, -234 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/grid/application/field/field_editor_bloc.dart (+4 -2)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/date_cell/date_cell.dart (+5 -2)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/text_field.dart (+41 -21)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell.dart (+7 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_editor.dart (+48 -66)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_type_option_editor.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/date.dart (+2 -0)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/row_detail.dart (+94 -75)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/toolbar/grid_property.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/trash/trash.dart (+6 -6)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/dialogs.dart (+0 -36)
📝 frontend/app_flowy/packages/appflowy_popover/lib/src/mutex.dart (+21 -14)
📝 frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/text.dart (+30 -9)

📄 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/1102 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 9/20/2022 **Status:** ✅ Merged **Merged:** 9/20/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/ui_bugs` --- ### 📝 Commits (7) - [`1f2b30a`](https://github.com/AppFlowy-IO/AppFlowy/commit/1f2b30abfbe0fff6f1ad38b2244ac400d9b086cb) fix: show delete field dialog - [`893b6e0`](https://github.com/AppFlowy-IO/AppFlowy/commit/893b6e041d11a6576ef0f3794624db527f5a1b6c) fix: show multi-line in row detail page - [`2544aeb`](https://github.com/AppFlowy-IO/AppFlowy/commit/2544aeb290b762d8150414ebefcb11cc7edad2f5) fix: button width in trash page - [`370db4f`](https://github.com/AppFlowy-IO/AppFlowy/commit/370db4f71b3447d338eee6860c9cd0f7157980b3) fix: center left the date cell of the grid - [`5191b6a`](https://github.com/AppFlowy-IO/AppFlowy/commit/5191b6af9317b53dc20490c5502d95c30d9c9221) chore: remove field type option widget one by one - [`ba3f2f3`](https://github.com/AppFlowy-IO/AppFlowy/commit/ba3f2f3c02e4456e3f50a2cc1b9ecb1479f43cad) fix: focus when SelectOptionCellEditor show - [`ca89fd9`](https://github.com/AppFlowy-IO/AppFlowy/commit/ca89fd93f3a2437867b92680d7be5201f67c49c9) fix: notify state changed after set state ### 📊 Changes **13 files changed** (+260 additions, -234 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/grid/application/field/field_editor_bloc.dart` (+4 -2) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/date_cell/date_cell.dart` (+5 -2) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/text_field.dart` (+41 -21) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell.dart` (+7 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_editor.dart` (+48 -66) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_type_option_editor.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/date.dart` (+2 -0) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/row_detail.dart` (+94 -75) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/toolbar/grid_property.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/trash/trash.dart` (+6 -6) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/dialogs.dart` (+0 -36) 📝 `frontend/app_flowy/packages/appflowy_popover/lib/src/mutex.dart` (+21 -14) 📝 `frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/text.dart` (+30 -9) </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:38:14 +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#4534
No description provided.