[PR #3183] [MERGED] fix: some known bugs in v0.2.9 #5610

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3183
Author: @LucasXu0
Created: 8/13/2023
Status: Merged
Merged: 8/13/2023
Merged by: @LucasXu0

Base: mainHead: fix_029_bugs


📝 Commits (6)

  • fc0ded4 fix: universal build for macOS
  • a47e065 fix: windows release build failed
  • 7a6c829 chore: enable macOS build on 10.14
  • d0a343e chore: remove the unused code
  • 9863000 feat: support DidUpdateChildViews callback
  • a1e2d97 chore: update editor version

📊 Changes

27 files changed (+74 additions, -1304 deletions)

View changed files

📝 .github/workflows/release.yml (+1 -1)
📝 frontend/appflowy_flutter/integration_test/hotkeys_test.dart (+3 -3)
📝 frontend/appflowy_flutter/integration_test/runner.dart (+4 -0)
📝 frontend/appflowy_flutter/lib/plugins/trash/menu.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/startup/deps_resolver.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/application/app/app_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/application/tabs/tabs_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/application/view/view_bloc.dart (+9 -0)
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/create_button.dart (+0 -52)
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/header/add_button.dart (+0 -146)
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/header/header.dart (+0 -205)
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/menu_app.dart (+0 -121)
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/section/item.dart (+0 -243)
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/section/section.dart (+0 -79)
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/menu.dart (+0 -289)
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/menu_shared_state.dart (+32 -0)
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/menu_user.dart (+0 -147)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/import/import_panel.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/import/import_type.dart (+0 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/sidebar_folder.dart (+1 -1)

...and 7 more files

📄 Description

Feature Preview

closes https://github.com/AppFlowy-IO/AppFlowy/issues/3180
closes https://github.com/AppFlowy-IO/AppFlowy/issues/3175
closes https://github.com/AppFlowy-IO/AppFlowy/issues/3170
closes https://github.com/AppFlowy-IO/AppFlowy/issues/3159


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/3183 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 8/13/2023 **Status:** ✅ Merged **Merged:** 8/13/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix_029_bugs` --- ### 📝 Commits (6) - [`fc0ded4`](https://github.com/AppFlowy-IO/AppFlowy/commit/fc0ded49904d91a8d2c763c688c3c2519d910554) fix: universal build for macOS - [`a47e065`](https://github.com/AppFlowy-IO/AppFlowy/commit/a47e065f30fb62a834eb4dbdbb921537b17abcab) fix: windows release build failed - [`7a6c829`](https://github.com/AppFlowy-IO/AppFlowy/commit/7a6c8291878432054dc6d42b446105bdcbbdf052) chore: enable macOS build on 10.14 - [`d0a343e`](https://github.com/AppFlowy-IO/AppFlowy/commit/d0a343ee367d511e9c77ce7d28076594afcd560e) chore: remove the unused code - [`9863000`](https://github.com/AppFlowy-IO/AppFlowy/commit/9863000f4ab7b9b33b8f0be9ccc165260a476b8c) feat: support DidUpdateChildViews callback - [`a1e2d97`](https://github.com/AppFlowy-IO/AppFlowy/commit/a1e2d9738835d24474ae0451abb4071404161bb2) chore: update editor version ### 📊 Changes **27 files changed** (+74 additions, -1304 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+1 -1) 📝 `frontend/appflowy_flutter/integration_test/hotkeys_test.dart` (+3 -3) 📝 `frontend/appflowy_flutter/integration_test/runner.dart` (+4 -0) 📝 `frontend/appflowy_flutter/lib/plugins/trash/menu.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/startup/deps_resolver.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/application/app/app_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/application/tabs/tabs_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/application/view/view_bloc.dart` (+9 -0) ➖ `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/create_button.dart` (+0 -52) ➖ `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/header/add_button.dart` (+0 -146) ➖ `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/header/header.dart` (+0 -205) ➖ `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/menu_app.dart` (+0 -121) ➖ `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/section/item.dart` (+0 -243) ➖ `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/section/section.dart` (+0 -79) ➖ `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/menu.dart` (+0 -289) ➕ `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/menu_shared_state.dart` (+32 -0) ➖ `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/menu_user.dart` (+0 -147) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/import/import_panel.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/import/import_type.dart` (+0 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/sidebar_folder.dart` (+1 -1) _...and 7 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 closes https://github.com/AppFlowy-IO/AppFlowy/issues/3180 closes https://github.com/AppFlowy-IO/AppFlowy/issues/3175 closes https://github.com/AppFlowy-IO/AppFlowy/issues/3170 closes https://github.com/AppFlowy-IO/AppFlowy/issues/3159 <!--- 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 the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [ ] 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:19:31 +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#5610
No description provided.