[PR #1865] [MERGED] feat: optimize the open ai input status and clear the auto completion… #4986

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1865
Author: @LucasXu0
Created: 2/16/2023
Status: Merged
Merged: 2/21/2023
Merged by: @LucasXu0

Base: mainHead: optimize_auto_completion


📝 Commits (2)

  • 3253a10 feat: optimize the open ai input status and clear the auto completion node when exiting the doc
  • 58c4ea5 fix: import error on appflowy editor

📊 Changes

5 files changed (+60 additions, -29 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/document/document_page.dart (+34 -8)
📝 frontend/app_flowy/lib/plugins/document/presentation/plugins/openai/util/editor_extension.dart (+4 -6)
📝 frontend/app_flowy/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_node_widget.dart (+8 -3)
📝 frontend/app_flowy/packages/appflowy_editor/example/lib/home_page.dart (+1 -1)
📝 frontend/app_flowy/packages/appflowy_editor/example/macos/Podfile.lock (+13 -11)

📄 Description

… node when exiting the doc


🔄 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/1865 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 2/16/2023 **Status:** ✅ Merged **Merged:** 2/21/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `optimize_auto_completion` --- ### 📝 Commits (2) - [`3253a10`](https://github.com/AppFlowy-IO/AppFlowy/commit/3253a10d8cb4e4556926c0dd399273a7a15a176f) feat: optimize the open ai input status and clear the auto completion node when exiting the doc - [`58c4ea5`](https://github.com/AppFlowy-IO/AppFlowy/commit/58c4ea5cf8d4aeb9b91fdc8fc402e8c07b87c0aa) fix: import error on appflowy editor ### 📊 Changes **5 files changed** (+60 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/document/document_page.dart` (+34 -8) 📝 `frontend/app_flowy/lib/plugins/document/presentation/plugins/openai/util/editor_extension.dart` (+4 -6) 📝 `frontend/app_flowy/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_node_widget.dart` (+8 -3) 📝 `frontend/app_flowy/packages/appflowy_editor/example/lib/home_page.dart` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/example/macos/Podfile.lock` (+13 -11) </details> ### 📄 Description … node when exiting the doc --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:42 +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#4986
No description provided.