[PR #3551] [MERGED] fix: emoji picker menu issue #5762

Closed
opened 2026-03-23 22:20:12 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3551
Author: @hyj1204
Created: 9/28/2023
Status: Merged
Merged: 9/28/2023
Merged by: @LucasXu0

Base: mainHead: fix/emoji_picker_issue


📝 Commits (2)

  • 388a3e9 fix: fix wrong overlay offset
  • dc3c2eb fix: add border for EmojiPickerMenu

📊 Changes

1 file changed (+8 additions, -2 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/emoji_picker/emoji_menu_item.dart (+8 -2)

📄 Description

Feature Preview

To fix #2897

  1. Fix the overlay location for the emoji picker menu
  2. Add border decoration for the emoji picker menu
    Pasted Graphic 7
    Pasted Graphic 8

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/3551 **Author:** [@hyj1204](https://github.com/hyj1204) **Created:** 9/28/2023 **Status:** ✅ Merged **Merged:** 9/28/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix/emoji_picker_issue` --- ### 📝 Commits (2) - [`388a3e9`](https://github.com/AppFlowy-IO/AppFlowy/commit/388a3e9084af3e8ea6e19a1ecb9b2e5ae6c097e1) fix: fix wrong overlay offset - [`dc3c2eb`](https://github.com/AppFlowy-IO/AppFlowy/commit/dc3c2eb53a694a23cf23da85eb6e000ce6f35a4f) fix: add border for EmojiPickerMenu ### 📊 Changes **1 file changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/emoji_picker/emoji_menu_item.dart` (+8 -2) </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview To fix #2897 1. Fix the overlay location for the emoji picker menu 2. Add border decoration for the emoji picker menu <img width="425" alt="Pasted Graphic 7" src="https://github.com/AppFlowy-IO/AppFlowy/assets/14248245/5ea7b334-6917-4c13-9aa3-3e2ae6dde4eb"> <img width="448" alt="Pasted Graphic 8" src="https://github.com/AppFlowy-IO/AppFlowy/assets/14248245/11d6b08e-0341-4e68-8ae8-b23e8af791d2"> <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:20:12 +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#5762
No description provided.