[PR #1004] [MERGED] Fix/board UI bugs #4488

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

📋 Pull Request Information

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

Base: mainHead: fix/board_ui_bugs


📝 Commits (4)

  • af81380 fix: duplicate key
  • c7db59c fix: autofocus after creating a new option
  • 56fdc99 feat: enable select checkbox directly
  • 9a57593 feat: auto scroll to bottom after crating a new field

📊 Changes

12 files changed (+114 additions, -60 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/board/application/card/board_checkbox_cell_bloc.dart (+4 -0)
📝 frontend/app_flowy/lib/plugins/board/presentation/board_page.dart (+6 -5)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_checkbox_cell.dart (+3 -0)
📝 frontend/app_flowy/lib/plugins/grid/application/cell/checkbox_cell_bloc.dart (+1 -5)
📝 frontend/app_flowy/lib/plugins/grid/application/cell/select_option_editor_bloc.dart (+13 -5)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/extension.dart (+1 -5)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/select_option_editor.dart (+4 -4)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/text_field.dart (+4 -3)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_editor.dart (+3 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_name_input.dart (+3 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/row_detail.dart (+33 -12)
📝 frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/scrolling/styled_scroll_bar.dart (+39 -19)

📄 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/1004 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 9/7/2022 **Status:** ✅ Merged **Merged:** 9/7/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/board_ui_bugs` --- ### 📝 Commits (4) - [`af81380`](https://github.com/AppFlowy-IO/AppFlowy/commit/af813806f18cbb56cf2bfb74036d081f042862a7) fix: duplicate key - [`c7db59c`](https://github.com/AppFlowy-IO/AppFlowy/commit/c7db59c99b5e566b0b73f5cf61abdb624bb313c6) fix: autofocus after creating a new option - [`56fdc99`](https://github.com/AppFlowy-IO/AppFlowy/commit/56fdc99990ac8b0ade8305b16869e1cc778fc864) feat: enable select checkbox directly - [`9a57593`](https://github.com/AppFlowy-IO/AppFlowy/commit/9a575936902053fd89c50ff8c93590566f19d801) feat: auto scroll to bottom after crating a new field ### 📊 Changes **12 files changed** (+114 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/board/application/card/board_checkbox_cell_bloc.dart` (+4 -0) 📝 `frontend/app_flowy/lib/plugins/board/presentation/board_page.dart` (+6 -5) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_checkbox_cell.dart` (+3 -0) 📝 `frontend/app_flowy/lib/plugins/grid/application/cell/checkbox_cell_bloc.dart` (+1 -5) 📝 `frontend/app_flowy/lib/plugins/grid/application/cell/select_option_editor_bloc.dart` (+13 -5) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/extension.dart` (+1 -5) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/select_option_editor.dart` (+4 -4) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/text_field.dart` (+4 -3) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_editor.dart` (+3 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_name_input.dart` (+3 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/row_detail.dart` (+33 -12) 📝 `frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/scrolling/styled_scroll_bar.dart` (+39 -19) </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:02 +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#4488
No description provided.