[PR #4076] [MERGED] fix: 0.3.9 launch review #6047

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4076
Author: @LucasXu0
Created: 12/4/2023
Status: Merged
Merged: 12/5/2023
Merged by: @LucasXu0

Base: mainHead: 0.3.9_launch_review


📝 Commits (10+)

  • 6969791 fix: cursor away doesn’t save the change. This behavior is inconsistent with the rest
  • 2530b2b fix: emoji doesn’t show fully
  • 6ff79e7 chore: set the default header text style to bold
  • d2d8bb0 fix: add missing divider in time option
  • 2aeb8bc fix: update placeholder cover color
  • 9d05a7b fix: background color of the change cover button
  • ff64eea fix: remove redundant padding
  • 17dd7b7 fix: use done action instead of return
  • 6c23ef1 fix: incorrect font size used in board and editor
  • 1db4597 feat: update appflowy-editor

📊 Changes

42 files changed (+380 additions, -210 deletions)

View changed files

📝 frontend/appflowy_flutter/android/app/src/main/res/mipmap-hdpi/ic_launcher.png (+0 -0)
📝 frontend/appflowy_flutter/android/app/src/main/res/mipmap-mdpi/ic_launcher.png (+0 -0)
📝 frontend/appflowy_flutter/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png (+0 -0)
📝 frontend/appflowy_flutter/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png (+0 -0)
📝 frontend/appflowy_flutter/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png (+0 -0)
📝 frontend/appflowy_flutter/integration_test/open_ai_smart_menu_test.dart (+4 -3)
📝 frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/1024.png (+0 -0)
📝 frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/114.png (+0 -0)
📝 frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/120.png (+0 -0)
📝 frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/180.png (+0 -0)
📝 frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/29.png (+0 -0)
📝 frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/40.png (+0 -0)
📝 frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/57.png (+0 -0)
📝 frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/58.png (+0 -0)
📝 frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/60.png (+0 -0)
📝 frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/80.png (+0 -0)
📝 frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/87.png (+0 -0)
📝 frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json (+80 -1)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/Contents.json (+6 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/base/mobile_view_page.dart (+0 -1)

...and 22 more files

📄 Description

Feature Preview


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/4076 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 12/4/2023 **Status:** ✅ Merged **Merged:** 12/5/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `0.3.9_launch_review` --- ### 📝 Commits (10+) - [`6969791`](https://github.com/AppFlowy-IO/AppFlowy/commit/6969791fc3aca9a9eb6c6d82c57e9bf9d6d436df) fix: cursor away doesn’t save the change. This behavior is inconsistent with the rest - [`2530b2b`](https://github.com/AppFlowy-IO/AppFlowy/commit/2530b2b99d5979e9ec046a36b946ba2907ff799b) fix: emoji doesn’t show fully - [`6ff79e7`](https://github.com/AppFlowy-IO/AppFlowy/commit/6ff79e752a00eec524ceda49559c916d78d0bc34) chore: set the default header text style to bold - [`d2d8bb0`](https://github.com/AppFlowy-IO/AppFlowy/commit/d2d8bb0f66446e4f71873fb0a01d69448caf9ad3) fix: add missing divider in time option - [`2aeb8bc`](https://github.com/AppFlowy-IO/AppFlowy/commit/2aeb8bc70d95645fa2469dd28718101e4d39912b) fix: update placeholder cover color - [`9d05a7b`](https://github.com/AppFlowy-IO/AppFlowy/commit/9d05a7b51357f9d1a7b35ee2c5425c9bc5581399) fix: background color of the change cover button - [`ff64eea`](https://github.com/AppFlowy-IO/AppFlowy/commit/ff64eea15cab332c8b45c32d2fb9a57bb99fbde6) fix: remove redundant padding - [`17dd7b7`](https://github.com/AppFlowy-IO/AppFlowy/commit/17dd7b72d4d047914b4cf5f2dbfed2a298f677c8) fix: use done action instead of return - [`6c23ef1`](https://github.com/AppFlowy-IO/AppFlowy/commit/6c23ef139293e5d99e9418eb9e5a874bef0e75cb) fix: incorrect font size used in board and editor - [`1db4597`](https://github.com/AppFlowy-IO/AppFlowy/commit/1db4597a698a69e5f221f5ddfe1b26d8c2981ee8) feat: update appflowy-editor ### 📊 Changes **42 files changed** (+380 additions, -210 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/android/app/src/main/res/mipmap-hdpi/ic_launcher.png` (+0 -0) 📝 `frontend/appflowy_flutter/android/app/src/main/res/mipmap-mdpi/ic_launcher.png` (+0 -0) 📝 `frontend/appflowy_flutter/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png` (+0 -0) 📝 `frontend/appflowy_flutter/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png` (+0 -0) 📝 `frontend/appflowy_flutter/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png` (+0 -0) 📝 `frontend/appflowy_flutter/integration_test/open_ai_smart_menu_test.dart` (+4 -3) 📝 `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/1024.png` (+0 -0) 📝 `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/114.png` (+0 -0) 📝 `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/120.png` (+0 -0) 📝 `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/180.png` (+0 -0) 📝 `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/29.png` (+0 -0) 📝 `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/40.png` (+0 -0) 📝 `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/57.png` (+0 -0) 📝 `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/58.png` (+0 -0) 📝 `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/60.png` (+0 -0) 📝 `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/80.png` (+0 -0) 📝 `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/87.png` (+0 -0) 📝 `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json` (+80 -1) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/Contents.json` (+6 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/base/mobile_view_page.dart` (+0 -1) _...and 22 more files_ </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 <!--- 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 - [ ] 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 22:21:28 +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#6047
No description provided.