[PR #2025] [MERGED] Fix release v0.1.1 known issues. #5072

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2025
Author: @LucasXu0
Created: 3/20/2023
Status: Merged
Merged: 3/20/2023
Merged by: @LucasXu0

Base: release/0.1.1Head: chore/0.1.1


📝 Commits (5)

  • b8dca86 feat: optimize the smart edit user-experience
  • 9521b4c chore: update language files
  • d97dd6e Merge remote-tracking branch 'origin/release/0.1.1' into chore/0.1.1
  • b5b2459 feat: show discard dialog when users tap blank are that out of ai plugins
  • 617c9ce fix: toolbar_service test fail

📊 Changes

9 files changed (+226 additions, -21 deletions)

View changed files

📝 frontend/appflowy_flutter/assets/translations/en.json (+5 -2)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_node_widget.dart (+37 -0)
frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/discard_dialog.dart (+28 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/smart_edit_action.dart (+10 -6)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/smart_edit_node_widget.dart (+98 -8)
📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/selection_service.dart (+23 -0)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/service/toolbar_service_test.dart (+3 -0)
📝 frontend/appflowy_flutter/packages/appflowy_popover/lib/src/popover.dart (+8 -1)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/src/flowy_overlay/appflowy_popover.dart (+14 -4)

📄 Description

  • update languages file
  • click the blank area to dismiss the smart edit menu.

🔄 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/2025 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 3/20/2023 **Status:** ✅ Merged **Merged:** 3/20/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `release/0.1.1` ← **Head:** `chore/0.1.1` --- ### 📝 Commits (5) - [`b8dca86`](https://github.com/AppFlowy-IO/AppFlowy/commit/b8dca86d240d1edd90efd018e30ad9008c7992de) feat: optimize the smart edit user-experience - [`9521b4c`](https://github.com/AppFlowy-IO/AppFlowy/commit/9521b4c78f39cd6dbafb0ad0e8dfce9b182245d0) chore: update language files - [`d97dd6e`](https://github.com/AppFlowy-IO/AppFlowy/commit/d97dd6eea8389e57b3489a0aaf15379ac8fa18ac) Merge remote-tracking branch 'origin/release/0.1.1' into chore/0.1.1 - [`b5b2459`](https://github.com/AppFlowy-IO/AppFlowy/commit/b5b24596ce6eb08c79c8c64159156e3f16cdcff3) feat: show discard dialog when users tap blank are that out of ai plugins - [`617c9ce`](https://github.com/AppFlowy-IO/AppFlowy/commit/617c9cef499f4ada6ad0a4708b7e3e59d1a9c48e) fix: toolbar_service test fail ### 📊 Changes **9 files changed** (+226 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/assets/translations/en.json` (+5 -2) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_node_widget.dart` (+37 -0) ➕ `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/discard_dialog.dart` (+28 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/smart_edit_action.dart` (+10 -6) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/smart_edit_node_widget.dart` (+98 -8) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/selection_service.dart` (+23 -0) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/service/toolbar_service_test.dart` (+3 -0) 📝 `frontend/appflowy_flutter/packages/appflowy_popover/lib/src/popover.dart` (+8 -1) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/src/flowy_overlay/appflowy_popover.dart` (+14 -4) </details> ### 📄 Description * update languages file * click the blank area to dismiss the smart edit menu. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:05 +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#5072
No description provided.