[PR #1091] [MERGED] Fix/appflowy overlay bugs #4529

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/1091
Author: @appflowy
Created: 9/19/2022
Status: Merged
Merged: 9/19/2022
Merged by: @appflowy

Base: mainHead: fix/appflowy_overlay_bugs


📝 Commits (3)

  • 4d83575 fix: select option pannel didn't disappear
  • 53cc0ff fix: open GridRowActionSheet with appflowy overlay
  • d26d620 fix: typo

📊 Changes

37 files changed (+533 additions, -498 deletions)

View changed files

📝 frontend/app_flowy/assets/translations/en.json (+2 -2)
📝 frontend/app_flowy/assets/translations/es-VE.json (+3 -3)
📝 frontend/app_flowy/assets/translations/fr-FR.json (+3 -3)
📝 frontend/app_flowy/assets/translations/id-ID.json (+2 -2)
📝 frontend/app_flowy/assets/translations/ja-JP.json (+2 -2)
📝 frontend/app_flowy/assets/translations/ru-RU.json (+207 -208)
📝 frontend/app_flowy/assets/translations/zh-CN.json (+2 -2)
📝 frontend/app_flowy/assets/translations/zh-TW.json (+2 -2)
📝 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 (+63 -27)
frontend/app_flowy/lib/plugins/board/presentation/card/container/accessory.dart (+74 -0)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/container/card_container.dart (+21 -68)
📝 frontend/app_flowy/lib/plugins/board/presentation/toolbar/board_setting.dart (+0 -1)
📝 frontend/app_flowy/lib/plugins/board/presentation/toolbar/board_toolbar.dart (+1 -1)
📝 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 (+1 -1)
📝 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 (+49 -16)
📝 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 (+1 -1)

...and 17 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/1091 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 9/19/2022 **Status:** ✅ Merged **Merged:** 9/19/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/appflowy_overlay_bugs` --- ### 📝 Commits (3) - [`4d83575`](https://github.com/AppFlowy-IO/AppFlowy/commit/4d835757d21997abf3dfb98d3438915bc08258c4) fix: select option pannel didn't disappear - [`53cc0ff`](https://github.com/AppFlowy-IO/AppFlowy/commit/53cc0fff9d35d1ed0fa913585c3a02dbe573edfa) fix: open GridRowActionSheet with appflowy overlay - [`d26d620`](https://github.com/AppFlowy-IO/AppFlowy/commit/d26d620db864c04596dff08f70f6a9361d6bbab3) fix: typo ### 📊 Changes **37 files changed** (+533 additions, -498 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/assets/translations/en.json` (+2 -2) 📝 `frontend/app_flowy/assets/translations/es-VE.json` (+3 -3) 📝 `frontend/app_flowy/assets/translations/fr-FR.json` (+3 -3) 📝 `frontend/app_flowy/assets/translations/id-ID.json` (+2 -2) 📝 `frontend/app_flowy/assets/translations/ja-JP.json` (+2 -2) 📝 `frontend/app_flowy/assets/translations/ru-RU.json` (+207 -208) 📝 `frontend/app_flowy/assets/translations/zh-CN.json` (+2 -2) 📝 `frontend/app_flowy/assets/translations/zh-TW.json` (+2 -2) 📝 `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` (+63 -27) ➕ `frontend/app_flowy/lib/plugins/board/presentation/card/container/accessory.dart` (+74 -0) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/container/card_container.dart` (+21 -68) 📝 `frontend/app_flowy/lib/plugins/board/presentation/toolbar/board_setting.dart` (+0 -1) 📝 `frontend/app_flowy/lib/plugins/board/presentation/toolbar/board_toolbar.dart` (+1 -1) 📝 `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` (+1 -1) 📝 `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` (+49 -16) 📝 `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` (+1 -1) _...and 17 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#4529
No description provided.