[PR #2210] [CLOSED] Remove the appflowy_editor from AppFlowy repo. #5152

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2210
Author: @LucasXu0
Created: 4/6/2023
Status: Closed

Base: mainHead: feat/2209


📝 Commits (10+)

  • 9c741f5 fix: Replace Shortcuts icon in the help menu option to fix misalignment
  • c3dbcaf Fix: Null check error in FlowyHoverContainer (#2148)
  • c857e53 feat: move kanban blocks (#2022)
  • 441dc79 test: add save date cell and checkbox cell (#2167)
  • 6fd89d4 fix: improve quick start layout (#2136)
  • caaa2bb [feat]: add image delete in document cover (#2111)
  • fe2ffc6 feat: Add more translations in Chinese(Traditional) (#2154)
  • fdfdc14 feat: adding number feature to toolbar (#2077)
  • d229e08 fix: support for arrow key and tab selection in referenced board/grid (#2165)
  • a36e6cf chore: update to Flutter 3.7.5 (#2000)

📊 Changes

608 files changed (+4028 additions, -37379 deletions)

View changed files

.github/PULL_REQUEST_TEMPLATE.md (+27 -0)
📝 .github/workflows/flutter_ci.yaml (+1 -1)
📝 .github/workflows/integration_test.yml (+17 -23)
📝 .github/workflows/release.yml (+24 -8)
📝 .github/workflows/rust_ci.yaml (+1 -1)
📝 .github/workflows/rust_coverage.yml (+1 -1)
📝 frontend/.vscode/tasks.json (+224 -222)
📝 frontend/appflowy_flutter/.gitignore (+2 -2)
📝 frontend/appflowy_flutter/README.md (+10 -6)
📝 frontend/appflowy_flutter/assets/images/home/new_app.svg (+16 -4)
frontend/appflowy_flutter/assets/images/home/new_app_dark.svg (+0 -5)
frontend/appflowy_flutter/assets/test/workspaces/board.zip (+0 -0)
frontend/appflowy_flutter/assets/test/workspaces/empty_document.zip (+0 -0)
📝 frontend/appflowy_flutter/assets/translations/en.json (+7 -5)
📝 frontend/appflowy_flutter/assets/translations/zh-TW.json (+196 -12)
frontend/appflowy_flutter/integration_test/board_test.dart (+43 -0)
frontend/appflowy_flutter/integration_test/empty_document_test.dart (+120 -0)
frontend/appflowy_flutter/integration_test/runner.dart (+19 -0)
📝 frontend/appflowy_flutter/integration_test/switch_folder_test.dart (+0 -135)
frontend/appflowy_flutter/integration_test/util/data.dart (+66 -0)

...and 80 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/2210 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 4/6/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/2209` --- ### 📝 Commits (10+) - [`9c741f5`](https://github.com/AppFlowy-IO/AppFlowy/commit/9c741f58a3ff03099f37daa5f504f3605a885793) fix: Replace Shortcuts icon in the help menu option to fix misalignment - [`c3dbcaf`](https://github.com/AppFlowy-IO/AppFlowy/commit/c3dbcaf6ac590a6115b702e4ef2ae63217a1ac67) Fix: Null check error in FlowyHoverContainer (#2148) - [`c857e53`](https://github.com/AppFlowy-IO/AppFlowy/commit/c857e535aae59aea6f71fad9f0293a50de3ad785) feat: move kanban blocks (#2022) - [`441dc79`](https://github.com/AppFlowy-IO/AppFlowy/commit/441dc79621db2b4654f4fca3a8cd4da8d1a0a84f) test: add save date cell and checkbox cell (#2167) - [`6fd89d4`](https://github.com/AppFlowy-IO/AppFlowy/commit/6fd89d484e260c198cee77fe345aba0780721484) fix: improve quick start layout (#2136) - [`caaa2bb`](https://github.com/AppFlowy-IO/AppFlowy/commit/caaa2bb84bf888c64c9880cea6e8c26542420b26) [feat]: add image delete in document cover (#2111) - [`fe2ffc6`](https://github.com/AppFlowy-IO/AppFlowy/commit/fe2ffc66eb76bd46fc4467b8884b06c55fc382c8) feat: Add more translations in Chinese(Traditional) (#2154) - [`fdfdc14`](https://github.com/AppFlowy-IO/AppFlowy/commit/fdfdc14bc14ce9909c7ae7da6cd3361e51419c8d) feat: adding number feature to toolbar (#2077) - [`d229e08`](https://github.com/AppFlowy-IO/AppFlowy/commit/d229e08cee376161d6a89c3123c38e711f52b478) fix: support for arrow key and tab selection in referenced board/grid (#2165) - [`a36e6cf`](https://github.com/AppFlowy-IO/AppFlowy/commit/a36e6cfe40a91f3a8b25b1bc44e6e0549fe9121b) chore: update to Flutter 3.7.5 (#2000) ### 📊 Changes **608 files changed** (+4028 additions, -37379 deletions) <details> <summary>View changed files</summary> ➕ `.github/PULL_REQUEST_TEMPLATE.md` (+27 -0) 📝 `.github/workflows/flutter_ci.yaml` (+1 -1) 📝 `.github/workflows/integration_test.yml` (+17 -23) 📝 `.github/workflows/release.yml` (+24 -8) 📝 `.github/workflows/rust_ci.yaml` (+1 -1) 📝 `.github/workflows/rust_coverage.yml` (+1 -1) 📝 `frontend/.vscode/tasks.json` (+224 -222) 📝 `frontend/appflowy_flutter/.gitignore` (+2 -2) 📝 `frontend/appflowy_flutter/README.md` (+10 -6) 📝 `frontend/appflowy_flutter/assets/images/home/new_app.svg` (+16 -4) ➖ `frontend/appflowy_flutter/assets/images/home/new_app_dark.svg` (+0 -5) ➕ `frontend/appflowy_flutter/assets/test/workspaces/board.zip` (+0 -0) ➕ `frontend/appflowy_flutter/assets/test/workspaces/empty_document.zip` (+0 -0) 📝 `frontend/appflowy_flutter/assets/translations/en.json` (+7 -5) 📝 `frontend/appflowy_flutter/assets/translations/zh-TW.json` (+196 -12) ➕ `frontend/appflowy_flutter/integration_test/board_test.dart` (+43 -0) ➕ `frontend/appflowy_flutter/integration_test/empty_document_test.dart` (+120 -0) ➕ `frontend/appflowy_flutter/integration_test/runner.dart` (+19 -0) 📝 `frontend/appflowy_flutter/integration_test/switch_folder_test.dart` (+0 -135) ➕ `frontend/appflowy_flutter/integration_test/util/data.dart` (+66 -0) _...and 80 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 - [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. - [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 22:17: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#5152
No description provided.