[PR #1250] [MERGED] fix #1206 #4620

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1250
Author: @appflowy
Created: 10/8/2022
Status: Merged
Merged: 10/8/2022
Merged by: @appflowy

Base: mainHead: fix/button_in_popover


📝 Commits (1)

  • 35852e6 chore: replace overlay with popover

📊 Changes

11 files changed (+393 additions, -504 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/board/presentation/toolbar/board_toolbar.dart (+0 -1)
📝 frontend/app_flowy/lib/plugins/doc/document.dart (+28 -53)
📝 frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/header.dart (+73 -47)
frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/right_click_action.dart (+0 -51)
frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/disclosure_action.dart (+0 -130)
📝 frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/item.dart (+100 -56)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart (+73 -98)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/pop_up_action.dart (+78 -46)
📝 frontend/app_flowy/packages/flowy_infra_ui/lib/src/flowy_overlay/appflowy_popover.dart (+12 -3)
📝 frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/button.dart (+1 -1)
📝 frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/hover.dart (+28 -18)

📄 Description

fix #1206


🔄 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/1250 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 10/8/2022 **Status:** ✅ Merged **Merged:** 10/8/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/button_in_popover` --- ### 📝 Commits (1) - [`35852e6`](https://github.com/AppFlowy-IO/AppFlowy/commit/35852e6f513ad582a0941124030115443f955dda) chore: replace overlay with popover ### 📊 Changes **11 files changed** (+393 additions, -504 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/board/presentation/toolbar/board_toolbar.dart` (+0 -1) 📝 `frontend/app_flowy/lib/plugins/doc/document.dart` (+28 -53) 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/header.dart` (+73 -47) ➖ `frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/right_click_action.dart` (+0 -51) ➖ `frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/disclosure_action.dart` (+0 -130) 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/item.dart` (+100 -56) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart` (+73 -98) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/pop_up_action.dart` (+78 -46) 📝 `frontend/app_flowy/packages/flowy_infra_ui/lib/src/flowy_overlay/appflowy_popover.dart` (+12 -3) 📝 `frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/button.dart` (+1 -1) 📝 `frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/hover.dart` (+28 -18) </details> ### 📄 Description fix #1206 --- <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:37 +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#4620
No description provided.