[PR #813] [MERGED] #811, #814, #818 #4361

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/813
Author: @LucasXu0
Created: 8/11/2022
Status: Merged
Merged: 8/11/2022
Merged by: @LucasXu0

Base: mainHead: fix/#811


📝 Commits (7)

  • 9b00a25 fix: the height of the selection rects in same line is not same
  • fe2790f fix: #811 The height of selection areas in same line is not same.
  • 3087594 fix: #814
  • 1983822 feat: #818 improve user experience of the slash command
  • 1667d14 chore: rename checkbox to to-do list
  • 6913550 fix: the popup list position is too lower
  • 508b276 feat: dismiss popup list if no results

📊 Changes

7 files changed (+247 additions, -89 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/example/lib/main.dart (+3 -6)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/document/node.dart (+2 -3)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/render/rich_text/flowy_rich_text.dart (+27 -22)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/render/rich_text/rich_text_style.dart (+1 -11)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/service/default_text_operations/format_rich_text_style.dart (+55 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/slash_handler.dart (+149 -41)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/whitespace_handler.dart (+10 -6)

📄 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/813 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 8/11/2022 **Status:** ✅ Merged **Merged:** 8/11/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix/#811` --- ### 📝 Commits (7) - [`9b00a25`](https://github.com/AppFlowy-IO/AppFlowy/commit/9b00a25004eadf4a511f9914d100298be9ce9195) fix: the height of the selection rects in same line is not same - [`fe2790f`](https://github.com/AppFlowy-IO/AppFlowy/commit/fe2790fb684526ae121b9cacf2fd90c2375fc2d6) fix: #811 The height of selection areas in same line is not same. - [`3087594`](https://github.com/AppFlowy-IO/AppFlowy/commit/3087594b3c4cb79b5391da83070258da68f9f72a) fix: #814 - [`1983822`](https://github.com/AppFlowy-IO/AppFlowy/commit/19838227d9292b7ec38b480a38da002c996cc8e4) feat: #818 improve user experience of the slash command - [`1667d14`](https://github.com/AppFlowy-IO/AppFlowy/commit/1667d14e90e38a27d5be0f36bd5fa3c1f63ef940) chore: rename checkbox to to-do list - [`6913550`](https://github.com/AppFlowy-IO/AppFlowy/commit/6913550f929eee834ed9c90ffa722cc68d96dd48) fix: the popup list position is too lower - [`508b276`](https://github.com/AppFlowy-IO/AppFlowy/commit/508b276a79cd2f0a3cf4022abd9f312226bb7f27) feat: dismiss popup list if no results ### 📊 Changes **7 files changed** (+247 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/main.dart` (+3 -6) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/document/node.dart` (+2 -3) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/render/rich_text/flowy_rich_text.dart` (+27 -22) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/render/rich_text/rich_text_style.dart` (+1 -11) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/service/default_text_operations/format_rich_text_style.dart` (+55 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/slash_handler.dart` (+149 -41) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/whitespace_handler.dart` (+10 -6) </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:37:28 +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#4361
No description provided.