[PR #7466] [MERGED] fix: simple columns issues #7897

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7466
Author: @LucasXu0
Created: 3/6/2025
Status: Merged
Merged: 3/6/2025
Merged by: @LucasXu0

Base: mainHead: release/0.8.5


📝 Commits (4)

  • 7292a83 Revert "feat: use flutter_distrubutor to build linux and macos packages (#7392)"
  • 0492e56 fix: linux link issue
  • 57af933 fix: outline doesn't work well in columns
  • bcf8e80 fix: cannot drag a block under a table that’s in the second column

📊 Changes

31 files changed (+206 additions, -832 deletions)

View changed files

📝 .github/workflows/release.yml (+108 -120)
📝 frontend/appflowy_flutter/distribute_options.yaml (+4 -27)
📝 frontend/appflowy_flutter/lib/core/helpers/url_launcher.dart (+6 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/drag_to_reorder/draggable_option_button.dart (+13 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/drag_to_reorder/util.dart (+10 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/outline/outline_block_component.dart (+7 -4)
📝 frontend/appflowy_flutter/linux/CMakeLists.txt (+1 -1)
frontend/appflowy_flutter/linux/packaging/appimage/make_config.yaml (+0 -22)
📝 frontend/appflowy_flutter/linux/packaging/deb/make_config.yaml (+1 -2)
📝 frontend/appflowy_flutter/linux/packaging/rpm/make_config.yaml (+1 -2)
frontend/appflowy_flutter/macos/packaging/assets/background.jpg (+0 -0)
frontend/appflowy_flutter/macos/packaging/dmg/make_config.json (+0 -26)
frontend/appflowy_flutter/macos/packaging/dmg/make_config.yaml (+0 -17)
📝 frontend/scripts/docker-buildfiles/Dockerfile (+3 -3)
📝 frontend/scripts/flatpack-buildfiles/dbus-interface.xml (+3 -3)
📝 frontend/scripts/flatpack-buildfiles/io.appflowy.AppFlowy.desktop (+2 -2)
📝 frontend/scripts/flatpack-buildfiles/io.appflowy.AppFlowy.metainfo.xml (+13 -21)
📝 frontend/scripts/flatpack-buildfiles/io.appflowy.AppFlowy.service (+2 -2)
📝 frontend/scripts/flatpack-buildfiles/launcher.sh (+2 -2)
frontend/scripts/flutter_release_build/build_linux.sh (+0 -243)

...and 11 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/7466 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 3/6/2025 **Status:** ✅ Merged **Merged:** 3/6/2025 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `release/0.8.5` --- ### 📝 Commits (4) - [`7292a83`](https://github.com/AppFlowy-IO/AppFlowy/commit/7292a83e92d65d87869b66b5d5e0719d7fe542e8) Revert "feat: use flutter_distrubutor to build linux and macos packages (#7392)" - [`0492e56`](https://github.com/AppFlowy-IO/AppFlowy/commit/0492e56ac844c272026223edfa404e9edf4a9c3e) fix: linux link issue - [`57af933`](https://github.com/AppFlowy-IO/AppFlowy/commit/57af933bddfa54e364e4a1f596ecbeedf365fd7b) fix: outline doesn't work well in columns - [`bcf8e80`](https://github.com/AppFlowy-IO/AppFlowy/commit/bcf8e80638da574c56590e6d5552da463a57556d) fix: cannot drag a block under a table that’s in the second column ### 📊 Changes **31 files changed** (+206 additions, -832 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+108 -120) 📝 `frontend/appflowy_flutter/distribute_options.yaml` (+4 -27) 📝 `frontend/appflowy_flutter/lib/core/helpers/url_launcher.dart` (+6 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/drag_to_reorder/draggable_option_button.dart` (+13 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/drag_to_reorder/util.dart` (+10 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/outline/outline_block_component.dart` (+7 -4) 📝 `frontend/appflowy_flutter/linux/CMakeLists.txt` (+1 -1) ➖ `frontend/appflowy_flutter/linux/packaging/appimage/make_config.yaml` (+0 -22) 📝 `frontend/appflowy_flutter/linux/packaging/deb/make_config.yaml` (+1 -2) 📝 `frontend/appflowy_flutter/linux/packaging/rpm/make_config.yaml` (+1 -2) ➖ `frontend/appflowy_flutter/macos/packaging/assets/background.jpg` (+0 -0) ➖ `frontend/appflowy_flutter/macos/packaging/dmg/make_config.json` (+0 -26) ➖ `frontend/appflowy_flutter/macos/packaging/dmg/make_config.yaml` (+0 -17) 📝 `frontend/scripts/docker-buildfiles/Dockerfile` (+3 -3) 📝 `frontend/scripts/flatpack-buildfiles/dbus-interface.xml` (+3 -3) 📝 `frontend/scripts/flatpack-buildfiles/io.appflowy.AppFlowy.desktop` (+2 -2) 📝 `frontend/scripts/flatpack-buildfiles/io.appflowy.AppFlowy.metainfo.xml` (+13 -21) 📝 `frontend/scripts/flatpack-buildfiles/io.appflowy.AppFlowy.service` (+2 -2) 📝 `frontend/scripts/flatpack-buildfiles/launcher.sh` (+2 -2) ➖ `frontend/scripts/flutter_release_build/build_linux.sh` (+0 -243) _...and 11 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 - [x] cannot drag a block under a table that’s in the second column - [x] The outline block is not handled well in columns - [x] closes https://github.com/AppFlowy-IO/AppFlowy/issues/7462 - [x] revert the linux build scripts <!--- 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 [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] 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 23:21:40 +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#7897
No description provided.