[PR #2061] [MERGED] Fix some known issue for release/0.1.1 #5080

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

📋 Pull Request Information

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

Base: release/0.1.1Head: improve_0_1_1


📝 Commits (3)

  • 14f5241 fix: only show discard dialog when prompt text is not empty
  • da5277a fix: auto completion node widget text overflow
  • 89fb63e chore: update bundle name and copyright

📊 Changes

10 files changed (+23 additions, -18 deletions)

View changed files

📝 frontend/appflowy_flutter/android/app/build.gradle (+1 -1)
📝 frontend/appflowy_flutter/android/app/src/debug/AndroidManifest.xml (+1 -1)
📝 frontend/appflowy_flutter/android/app/src/main/AndroidManifest.xml (+1 -1)
📝 frontend/appflowy_flutter/android/app/src/main/kotlin/com/example/app_flowy/MainActivity.kt (+1 -1)
📝 frontend/appflowy_flutter/android/app/src/profile/AndroidManifest.xml (+1 -1)
📝 frontend/appflowy_flutter/ios/Runner.xcodeproj/project.pbxproj (+3 -3)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_node_widget.dart (+10 -5)
📝 frontend/appflowy_flutter/linux/CMakeLists.txt (+1 -1)
📝 frontend/appflowy_flutter/macos/Runner/Configs/AppInfo.xcconfig (+2 -2)
📝 frontend/appflowy_flutter/windows/runner/Runner.rc (+2 -2)

📄 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/2061 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 3/21/2023 **Status:** ✅ Merged **Merged:** 3/21/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `release/0.1.1` ← **Head:** `improve_0_1_1` --- ### 📝 Commits (3) - [`14f5241`](https://github.com/AppFlowy-IO/AppFlowy/commit/14f52419e0b90cb98c6c234aa81f4558e4ac835f) fix: only show discard dialog when prompt text is not empty - [`da5277a`](https://github.com/AppFlowy-IO/AppFlowy/commit/da5277a6a1cf0c165b50becff5598c4cf369ca8f) fix: auto completion node widget text overflow - [`89fb63e`](https://github.com/AppFlowy-IO/AppFlowy/commit/89fb63e136b9110d4a4ed446f249c39a1f7d9590) chore: update bundle name and copyright ### 📊 Changes **10 files changed** (+23 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/android/app/build.gradle` (+1 -1) 📝 `frontend/appflowy_flutter/android/app/src/debug/AndroidManifest.xml` (+1 -1) 📝 `frontend/appflowy_flutter/android/app/src/main/AndroidManifest.xml` (+1 -1) 📝 `frontend/appflowy_flutter/android/app/src/main/kotlin/com/example/app_flowy/MainActivity.kt` (+1 -1) 📝 `frontend/appflowy_flutter/android/app/src/profile/AndroidManifest.xml` (+1 -1) 📝 `frontend/appflowy_flutter/ios/Runner.xcodeproj/project.pbxproj` (+3 -3) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_node_widget.dart` (+10 -5) 📝 `frontend/appflowy_flutter/linux/CMakeLists.txt` (+1 -1) 📝 `frontend/appflowy_flutter/macos/Runner/Configs/AppInfo.xcconfig` (+2 -2) 📝 `frontend/appflowy_flutter/windows/runner/Runner.rc` (+2 -2) </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 22:17:08 +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#5080
No description provided.