[PR #1097] [MERGED] Refactor/appflowy overlay #4531

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

📋 Pull Request Information

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

Base: mainHead: refactor/appflowy_overlay


📝 Commits (3)

  • d1737d3 chore: add src folder
  • 723b34a feat: enable remove one layer when click the empty space
  • d35727b chore: make some overlay as barrier

📊 Changes

35 files changed (+483 additions, -418 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_select_option_cell.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/card.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/board/presentation/toolbar/board_setting.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/board/presentation/toolbar/board_toolbar.dart (+2 -2)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/date_cell/date_cell.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/date_cell/date_editor.dart (+16 -23)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/select_option_cell.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/select_option_editor.dart (+2 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/url_cell/url_cell.dart (+2 -2)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell.dart (+2 -2)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell_action_sheet.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_editor.dart (+2 -2)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_type_list.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_type_option_editor.dart (+3 -3)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/grid_header.dart (+4 -3)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/builder.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/date.dart (+3 -5)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/multi_select.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/number.dart (+3 -3)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/select_option.dart (+2 -1)

...and 15 more files

📄 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/1097 **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:** `refactor/appflowy_overlay` --- ### 📝 Commits (3) - [`d1737d3`](https://github.com/AppFlowy-IO/AppFlowy/commit/d1737d35fe135d4d383c0111281c0b772352512f) chore: add src folder - [`723b34a`](https://github.com/AppFlowy-IO/AppFlowy/commit/723b34a736f21e445266efa09b57c0a7e3f71e92) feat: enable remove one layer when click the empty space - [`d35727b`](https://github.com/AppFlowy-IO/AppFlowy/commit/d35727b93c9bbaaedc0176738838e8e05c68f2dd) chore: make some overlay as barrier ### 📊 Changes **35 files changed** (+483 additions, -418 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_select_option_cell.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/card.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/board/presentation/toolbar/board_setting.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/board/presentation/toolbar/board_toolbar.dart` (+2 -2) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/date_cell/date_cell.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/date_cell/date_editor.dart` (+16 -23) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/select_option_cell.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/select_option_editor.dart` (+2 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/url_cell/url_cell.dart` (+2 -2) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell.dart` (+2 -2) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell_action_sheet.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_editor.dart` (+2 -2) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_type_list.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_type_option_editor.dart` (+3 -3) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/grid_header.dart` (+4 -3) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/builder.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/date.dart` (+3 -5) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/multi_select.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/number.dart` (+3 -3) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/select_option.dart` (+2 -1) _...and 15 more files_ </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:13 +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#4531
No description provided.