[PR #1015] [MERGED] Fix: UI issues of popover #4498

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

📋 Pull Request Information

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

Base: mainHead: fix/ui-issues-of-popover


📝 Commits (2)

  • cc0d408 fix: popover container
  • 286781f refactor: PopoverContainerState -> PopoverContainer

📊 Changes

7 files changed (+18 additions, -17 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_type_list.dart (+2 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/date.dart (+2 -2)
📝 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 (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/select_option.dart (+2 -2)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/single_select.dart (+1 -1)
📝 frontend/app_flowy/packages/appflowy_popover/lib/popover.dart (+9 -9)

📄 Description

Merge this after: #991


🔄 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/1015 **Author:** [@vincentdchan](https://github.com/vincentdchan) **Created:** 9/9/2022 **Status:** ✅ Merged **Merged:** 9/15/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/ui-issues-of-popover` --- ### 📝 Commits (2) - [`cc0d408`](https://github.com/AppFlowy-IO/AppFlowy/commit/cc0d4087754c03d04f161cbdeb50199f3470e879) fix: popover container - [`286781f`](https://github.com/AppFlowy-IO/AppFlowy/commit/286781f5cc811fc0189192dd67c5b425b647a46e) refactor: PopoverContainerState -> PopoverContainer ### 📊 Changes **7 files changed** (+18 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_type_list.dart` (+2 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/date.dart` (+2 -2) 📝 `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` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/select_option.dart` (+2 -2) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/single_select.dart` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_popover/lib/popover.dart` (+9 -9) </details> ### 📄 Description Merge this after: #991 --- <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:04 +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#4498
No description provided.