[PR #2886] [MERGED] fix: 0.2.3 known issues #5462

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2886
Author: @LucasXu0
Created: 6/22/2023
Status: Merged
Merged: 6/23/2023
Merged by: @LucasXu0

Base: mainHead: fix_appflowy_023_bugs


📝 Commits (7)

  • 14765fe fix: option menu position
  • bbab858 fix: rename helps highlight the text for the user
  • 4035403 fix: export as markdown file name invalid
  • 8b24c1f chore: align the emoji in callout
  • c88b577 fix: leave more space in the editor
  • 0c71edf fix: 0.2.3 known issues
  • 75f9474 chore: add flutter pub get in flutter.toml

📊 Changes

10 files changed (+54 additions, -21 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart (+17 -4)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/block_action_list.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/callout/callout_block_component.dart (+5 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/share/share_button.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/header/header.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/section/item.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/widgets/dialogs.dart (+21 -10)
📝 frontend/appflowy_flutter/pubspec.lock (+2 -2)
📝 frontend/appflowy_flutter/pubspec.yaml (+1 -1)
📝 frontend/scripts/makefile/flutter.toml (+2 -0)

📄 Description

Feature Preview

#2873
#2854
#2853
#2852
#2843
#2842
#2839
#2807
#2768


PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • 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/2886 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 6/22/2023 **Status:** ✅ Merged **Merged:** 6/23/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix_appflowy_023_bugs` --- ### 📝 Commits (7) - [`14765fe`](https://github.com/AppFlowy-IO/AppFlowy/commit/14765fe9910916d8d357fb2c12e7add200c737e4) fix: option menu position - [`bbab858`](https://github.com/AppFlowy-IO/AppFlowy/commit/bbab8581227c004f9e6139d6e7e575025a78d90b) fix: rename helps highlight the text for the user - [`4035403`](https://github.com/AppFlowy-IO/AppFlowy/commit/4035403e55a22da5a862c8bc671de6d853ff492e) fix: export as markdown file name invalid - [`8b24c1f`](https://github.com/AppFlowy-IO/AppFlowy/commit/8b24c1f2b318e74fc9ea480012c52c2b83b916f3) chore: align the emoji in callout - [`c88b577`](https://github.com/AppFlowy-IO/AppFlowy/commit/c88b577efea2aed98918b9093df3aabf7ccab337) fix: leave more space in the editor - [`0c71edf`](https://github.com/AppFlowy-IO/AppFlowy/commit/0c71edf0a2557470c1265ec25c6048537a97d4be) fix: 0.2.3 known issues - [`75f9474`](https://github.com/AppFlowy-IO/AppFlowy/commit/75f94742cd3ece51c01645c87f58d931a7875941) chore: add flutter pub get in flutter.toml ### 📊 Changes **10 files changed** (+54 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart` (+17 -4) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/block_action_list.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/callout/callout_block_component.dart` (+5 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/share/share_button.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/header/header.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/section/item.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/widgets/dialogs.dart` (+21 -10) 📝 `frontend/appflowy_flutter/pubspec.lock` (+2 -2) 📝 `frontend/appflowy_flutter/pubspec.yaml` (+1 -1) 📝 `frontend/scripts/makefile/flutter.toml` (+2 -0) </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 #2873 #2854 #2853 #2852 #2843 #2842 #2839 #2807 #2768 <!--- 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 the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [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 22:18:51 +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#5462
No description provided.