[PR #2712] [MERGED] feat: support align and upgrade appflowy_editor #5384

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2712
Author: @LucasXu0
Created: 6/5/2023
Status: Merged
Merged: 6/6/2023
Merged by: @appflowy

Base: developHead: pre_release_0.2.0


📝 Commits (10+)

  • bf74840 feat: support align and upgrade appflowy_editor
  • 54f11df chore: try to fix linux analyze error
  • 0884eda fix: error after inserting callout block
  • a7c19f5 feat: add inline board / grid plugin
  • 3e7e6b8 feat: refactor insert_page
  • 0e9a409 fix: ref view in document
  • 1ae4d7c chore: add asset name and description to option align type
  • c3a4f00 fix: linux flutter analyze
  • 2450f3d chore: disable file export and log
  • c9cfebd fix: the window always back to center after relaunching

📊 Changes

35 files changed (+581 additions, -400 deletions)

View changed files

frontend/appflowy_flutter/assets/images/common/archive.svg (+10 -0)
📝 frontend/appflowy_flutter/assets/images/editor/align/center.svg (+0 -0)
📝 frontend/appflowy_flutter/assets/images/editor/align/left.svg (+0 -0)
📝 frontend/appflowy_flutter/assets/images/editor/align/right.svg (+0 -0)
📝 frontend/appflowy_flutter/assets/translations/en.json (+10 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/application/editor_transaction_adapter.dart (+8 -2)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart (+26 -11)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/block_action_option_button.dart (+10 -8)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/option_action.dart (+244 -107)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/option_action_button.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/insert_page_command.dart (+25 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/link_to_page_widget.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/board/board_view_menu_item.dart (+10 -32)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/callout/callout_block_component.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/grid/grid_menu_item.dart (+3 -3)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/grid/grid_view_menu_item.dart (+11 -32)
📝 frontend/appflowy_flutter/lib/startup/tasks/app_window_size_manager.dart (+9 -9)
📝 frontend/appflowy_flutter/lib/startup/tasks/windows.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/user/presentation/folder/folder_widget.dart (+44 -49)
📝 frontend/appflowy_flutter/lib/user/presentation/skip_log_in_screen.dart (+52 -30)

...and 15 more files

📄 Description

Feature Preview


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/2712 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 6/5/2023 **Status:** ✅ Merged **Merged:** 6/6/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `develop` ← **Head:** `pre_release_0.2.0` --- ### 📝 Commits (10+) - [`bf74840`](https://github.com/AppFlowy-IO/AppFlowy/commit/bf74840a9c4337c51f687e30739d8e88c375b947) feat: support align and upgrade appflowy_editor - [`54f11df`](https://github.com/AppFlowy-IO/AppFlowy/commit/54f11dfbec4ab6156efb397e413d417c0b5a05fb) chore: try to fix linux analyze error - [`0884eda`](https://github.com/AppFlowy-IO/AppFlowy/commit/0884eda724ae76fa7eceb4bff848505931d2a022) fix: error after inserting callout block - [`a7c19f5`](https://github.com/AppFlowy-IO/AppFlowy/commit/a7c19f59263d94f5a4c306926c68acef7d9201e9) feat: add inline board / grid plugin - [`3e7e6b8`](https://github.com/AppFlowy-IO/AppFlowy/commit/3e7e6b875aab4c653b5056b65c891e227301dd4b) feat: refactor insert_page - [`0e9a409`](https://github.com/AppFlowy-IO/AppFlowy/commit/0e9a40982d42643a952d9386038b1748555567c8) fix: ref view in document - [`1ae4d7c`](https://github.com/AppFlowy-IO/AppFlowy/commit/1ae4d7c4a0bc3b47bd2a33ef75744bb02816cf2f) chore: add asset name and description to option align type - [`c3a4f00`](https://github.com/AppFlowy-IO/AppFlowy/commit/c3a4f0020bd9ff80e5c9d8fad25307103b21f3a7) fix: linux flutter analyze - [`2450f3d`](https://github.com/AppFlowy-IO/AppFlowy/commit/2450f3dfa8c64fb661ad638e44d92ad0353331a2) chore: disable file export and log - [`c9cfebd`](https://github.com/AppFlowy-IO/AppFlowy/commit/c9cfebdfdc9848860d4225fe3a7ca0c530c78db0) fix: the window always back to center after relaunching ### 📊 Changes **35 files changed** (+581 additions, -400 deletions) <details> <summary>View changed files</summary> ➕ `frontend/appflowy_flutter/assets/images/common/archive.svg` (+10 -0) 📝 `frontend/appflowy_flutter/assets/images/editor/align/center.svg` (+0 -0) 📝 `frontend/appflowy_flutter/assets/images/editor/align/left.svg` (+0 -0) 📝 `frontend/appflowy_flutter/assets/images/editor/align/right.svg` (+0 -0) 📝 `frontend/appflowy_flutter/assets/translations/en.json` (+10 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/application/editor_transaction_adapter.dart` (+8 -2) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart` (+26 -11) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/block_action_option_button.dart` (+10 -8) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/option_action.dart` (+244 -107) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/option_action_button.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/insert_page_command.dart` (+25 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/link_to_page_widget.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/board/board_view_menu_item.dart` (+10 -32) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/callout/callout_block_component.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/grid/grid_menu_item.dart` (+3 -3) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/grid/grid_view_menu_item.dart` (+11 -32) 📝 `frontend/appflowy_flutter/lib/startup/tasks/app_window_size_manager.dart` (+9 -9) 📝 `frontend/appflowy_flutter/lib/startup/tasks/windows.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/user/presentation/folder/folder_widget.dart` (+44 -49) 📝 `frontend/appflowy_flutter/lib/user/presentation/skip_log_in_screen.dart` (+52 -30) _...and 15 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 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:18:30 +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#5384
No description provided.