[PR #7582] [MERGED] feat: support use ":" keyword to create emojis #7982

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7582
Author: @asjqkkkk
Created: 3/21/2025
Status: Merged
Merged: 3/26/2025
Merged by: @LucasXu0

Base: mainHead: feat/emoji


📝 Commits (5)

  • d1c58c9 feat: add ability to use : keyword to create emojis(#2797)
  • f0bb15c Merge branch 'main' into feat/emoji
  • 6c0ad42 fix: emoji position error
  • d417424 chore: add integration test
  • 0a36833 chore: dismiss emoji picker while starting searching with space

📊 Changes

6 files changed (+747 additions, -1 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/desktop/uncategorized/emoji_shortcut_test.dart (+112 -0)
📝 frontend/appflowy_flutter/integration_test/desktop/uncategorized/uncategorized_test_runner_1.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/shortcuts/character_shortcuts.dart (+5 -0)
frontend/appflowy_flutter/lib/plugins/emoji/emoji_actions_command.dart (+44 -0)
frontend/appflowy_flutter/lib/plugins/emoji/emoji_handler.dart (+382 -0)
frontend/appflowy_flutter/lib/plugins/emoji/emoji_menu.dart (+204 -0)

📄 Description

Feature Preview

To fix #2797

https://github.com/user-attachments/assets/0bc4f6a0-8aed-41ac-8a8b-558484aa88f8


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • 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/7582 **Author:** [@asjqkkkk](https://github.com/asjqkkkk) **Created:** 3/21/2025 **Status:** ✅ Merged **Merged:** 3/26/2025 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feat/emoji` --- ### 📝 Commits (5) - [`d1c58c9`](https://github.com/AppFlowy-IO/AppFlowy/commit/d1c58c9b8d6f0f3da1422287f9eff03dbd0dfadf) feat: add ability to use : keyword to create emojis(#2797) - [`f0bb15c`](https://github.com/AppFlowy-IO/AppFlowy/commit/f0bb15c4a6dddbf83559a71429b0632de1944624) Merge branch 'main' into feat/emoji - [`6c0ad42`](https://github.com/AppFlowy-IO/AppFlowy/commit/6c0ad42315116c0e16fdf3919a5fe6893f280822) fix: emoji position error - [`d417424`](https://github.com/AppFlowy-IO/AppFlowy/commit/d4174242369a8c2b440808683f9ead8bb6c533db) chore: add integration test - [`0a36833`](https://github.com/AppFlowy-IO/AppFlowy/commit/0a36833f8fc52421162f18f5c397a57be8480a83) chore: dismiss emoji picker while starting searching with space ### 📊 Changes **6 files changed** (+747 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/desktop/uncategorized/emoji_shortcut_test.dart` (+112 -0) 📝 `frontend/appflowy_flutter/integration_test/desktop/uncategorized/uncategorized_test_runner_1.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/shortcuts/character_shortcuts.dart` (+5 -0) ➕ `frontend/appflowy_flutter/lib/plugins/emoji/emoji_actions_command.dart` (+44 -0) ➕ `frontend/appflowy_flutter/lib/plugins/emoji/emoji_handler.dart` (+382 -0) ➕ `frontend/appflowy_flutter/lib/plugins/emoji/emoji_menu.dart` (+204 -0) </details> ### 📄 Description ### Feature Preview To fix #2797 https://github.com/user-attachments/assets/0bc4f6a0-8aed-41ac-8a8b-558484aa88f8 <!--- 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 [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [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 23:22: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#7982
No description provided.