[PR #7445] [MERGED] Fix/launch review 0.8.5 #7888

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7445
Author: @richardshiue
Created: 3/4/2025
Status: Merged
Merged: 3/4/2025
Merged by: @richardshiue

Base: mainHead: fix/launch-review-0.8.5


📝 Commits (10+)

  • 5ef928c fix: improve writing not working
  • 3181c04 fix: show insert below and discard buttons even in overflow
  • e7b429a fix: incorrect predefined format initialization
  • 2b008a6 fix: generate image
  • 5d72e67 chore: multi-line related questions
  • b128d05 fix: add to undo history
  • 2e38454 fix: disable keyboard service when using ai writer
  • 87a46bd fix: disable drag nodes
  • 55dcebb fix: strikethrough text after accepting
  • 887518d fix: undo

📊 Changes

8 files changed (+87 additions, -65 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/ai/service/ai_prompt_input_bloc.dart (+9 -0)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_related_question.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/ai/ai_writer_block_component.dart (+48 -34)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/ai/ai_writer_toolbar_item.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/ai/operations/ai_writer_cubit.dart (+8 -6)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/ai/operations/ai_writer_entities.dart (+0 -9)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/markdown_text_robot.dart (+19 -14)
📝 frontend/rust-lib/flowy-ai/src/completion.rs (+1 -1)

📄 Description

Feature Preview


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/7445 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 3/4/2025 **Status:** ✅ Merged **Merged:** 3/4/2025 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `fix/launch-review-0.8.5` --- ### 📝 Commits (10+) - [`5ef928c`](https://github.com/AppFlowy-IO/AppFlowy/commit/5ef928ca2761558f0e4ded9d9cf482a3c6c2ec55) fix: improve writing not working - [`3181c04`](https://github.com/AppFlowy-IO/AppFlowy/commit/3181c04847cc3792f4b1641ab51f8e0101ae801a) fix: show insert below and discard buttons even in overflow - [`e7b429a`](https://github.com/AppFlowy-IO/AppFlowy/commit/e7b429a49e952f650496c645c1d3df0983330b2e) fix: incorrect predefined format initialization - [`2b008a6`](https://github.com/AppFlowy-IO/AppFlowy/commit/2b008a67f05255fb063c89508416b8bb8cf953e7) fix: generate image - [`5d72e67`](https://github.com/AppFlowy-IO/AppFlowy/commit/5d72e676e9636ed8727f621b1edeb6ba7a268a41) chore: multi-line related questions - [`b128d05`](https://github.com/AppFlowy-IO/AppFlowy/commit/b128d0542fff8abfda5a5e72f7c252e603b5264f) fix: add to undo history - [`2e38454`](https://github.com/AppFlowy-IO/AppFlowy/commit/2e384547981c8b4f6d053d6d8172bb860a1d9752) fix: disable keyboard service when using ai writer - [`87a46bd`](https://github.com/AppFlowy-IO/AppFlowy/commit/87a46bdddfa7a27f9337c716f8e9bd7495e1d356) fix: disable drag nodes - [`55dcebb`](https://github.com/AppFlowy-IO/AppFlowy/commit/55dcebb3973e49d39ec61c7b3ff05ffa8a18c1f9) fix: strikethrough text after accepting - [`887518d`](https://github.com/AppFlowy-IO/AppFlowy/commit/887518d28d168c407251ba897a5906d858bfb639) fix: undo ### 📊 Changes **8 files changed** (+87 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/ai/service/ai_prompt_input_bloc.dart` (+9 -0) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_related_question.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/ai/ai_writer_block_component.dart` (+48 -34) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/ai/ai_writer_toolbar_item.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/ai/operations/ai_writer_cubit.dart` (+8 -6) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/ai/operations/ai_writer_entities.dart` (+0 -9) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/markdown_text_robot.dart` (+19 -14) 📝 `frontend/rust-lib/flowy-ai/src/completion.rs` (+1 -1) </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 <!--- 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. - [ ] 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:21:38 +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#7888
No description provided.