[PR #5670] [CLOSED] feat: use appflowy_editor to render text in ai chat page #6944

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5670
Author: @LucasXu0
Created: 7/1/2024
Status: Closed

Base: mainHead: use_appflowy_editor_in_ai_chat


📝 Commits (10+)

  • 08feef5 fix: remove create button in move to menu
  • 886c4ee fix: add loading indicator when duplicating space
  • 574709c fix: sidebar header expand icon status
  • 6e72ed0 fix: text within select tag overflow
  • add8a55 fix: callout block icon align issue
  • 16c7bb1 feat: sync the space icon when creating a space
  • 6e54149 Merge branch 'main' into fix_kanban
  • 1423402 fix: duplicated hover views
  • 656bfa3 fix: cover image doesn't update
  • 7078457 feat: use appflowy_editor in ai chat

📊 Changes

3 files changed (+80 additions, -16 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_welcome_page.dart (+1 -2)
frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_text_editor.dart (+77 -0)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_text_message.dart (+2 -14)

📄 Description

Feature Preview

Screenshot 2024-07-01 at 21 41 36

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/5670 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 7/1/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `use_appflowy_editor_in_ai_chat` --- ### 📝 Commits (10+) - [`08feef5`](https://github.com/AppFlowy-IO/AppFlowy/commit/08feef5e7bfea00fa6f75c0ed9910ca2a4c2ea87) fix: remove create button in move to menu - [`886c4ee`](https://github.com/AppFlowy-IO/AppFlowy/commit/886c4eebf19dc136250570b91b1991045a0e3b16) fix: add loading indicator when duplicating space - [`574709c`](https://github.com/AppFlowy-IO/AppFlowy/commit/574709c3f5f648fffac3d2504565323d857329e9) fix: sidebar header expand icon status - [`6e72ed0`](https://github.com/AppFlowy-IO/AppFlowy/commit/6e72ed023e721731dc9293fceebfabd61eefa6b2) fix: text within select tag overflow - [`add8a55`](https://github.com/AppFlowy-IO/AppFlowy/commit/add8a555757ec681f6204a768f9f4c60b09f0213) fix: callout block icon align issue - [`16c7bb1`](https://github.com/AppFlowy-IO/AppFlowy/commit/16c7bb12287ab07da88776a1607b4515858fc99c) feat: sync the space icon when creating a space - [`6e54149`](https://github.com/AppFlowy-IO/AppFlowy/commit/6e54149a0a7565541e1bccffd75792c682d0c943) Merge branch 'main' into fix_kanban - [`1423402`](https://github.com/AppFlowy-IO/AppFlowy/commit/14234020c97140d52592a97312f88f26a9a32956) fix: duplicated hover views - [`656bfa3`](https://github.com/AppFlowy-IO/AppFlowy/commit/656bfa38cc6e59ecbc2df2b5627d61466cc9bd45) fix: cover image doesn't update - [`7078457`](https://github.com/AppFlowy-IO/AppFlowy/commit/7078457a4ef088d5ff771cdc92fbb96919d5049c) feat: use appflowy_editor in ai chat ### 📊 Changes **3 files changed** (+80 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_welcome_page.dart` (+1 -2) ➕ `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_text_editor.dart` (+77 -0) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_text_message.dart` (+2 -14) </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 <img width="789" alt="Screenshot 2024-07-01 at 21 41 36" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/01d752ff-36e5-41db-9507-3394722f742c"> <!--- 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) - [ ] 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:17:23 +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#6944
No description provided.