[PR #6792] [MERGED] fix: launch 0.7.4 review issues on desktop #7582

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6792
Author: @LucasXu0
Created: 11/14/2024
Status: Merged
Merged: 11/15/2024
Merged by: @LucasXu0

Base: mainHead: fix_lr_074


📝 Commits (6)

  • d0648db chore: enable document test runner
  • 06e25e1 fix: double menu showing in workspace menu
  • befc0bc feat: only display copy in ai message
  • c6be906 test: add test
  • e7bc453 test: fix integration test
  • 15fa8c0 fix: rust ci

📊 Changes

8 files changed (+117 additions, -16 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/change_name_and_icon_test.dart (+6 -0)
📝 frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/collaborative_workspace_test.dart (+47 -0)
📝 frontend/appflowy_flutter/integration_test/mobile_runner_1.dart (+2 -2)
📝 frontend/appflowy_flutter/integration_test/shared/workspace.dart (+6 -2)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_markdown_text.dart (+11 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/workspace/_sidebar_workspace_actions.dart (+14 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/workspace/_sidebar_workspace_menu.dart (+29 -10)
📝 frontend/rust-lib/flowy-ai/src/local_ai/watch.rs (+2 -1)

📄 Description

Feature Preview

  • double menu displaying in workspace menu (test required)
  • only display copy button in ai message (no test)

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/6792 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 11/14/2024 **Status:** ✅ Merged **Merged:** 11/15/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix_lr_074` --- ### 📝 Commits (6) - [`d0648db`](https://github.com/AppFlowy-IO/AppFlowy/commit/d0648dbefc8133e29eb0395875a6ef9355616407) chore: enable document test runner - [`06e25e1`](https://github.com/AppFlowy-IO/AppFlowy/commit/06e25e1835418314c956711349adcfd0fc94f3ec) fix: double menu showing in workspace menu - [`befc0bc`](https://github.com/AppFlowy-IO/AppFlowy/commit/befc0bc9749bdbb0f881b201f68de12aa58150b1) feat: only display copy in ai message - [`c6be906`](https://github.com/AppFlowy-IO/AppFlowy/commit/c6be906357ca0f8b8cfe78c13b2fb67f445de43c) test: add test - [`e7bc453`](https://github.com/AppFlowy-IO/AppFlowy/commit/e7bc453146fef0c907bc857abb3cb7f52e6ffed5) test: fix integration test - [`15fa8c0`](https://github.com/AppFlowy-IO/AppFlowy/commit/15fa8c0d24c2f9df88dd9ac5ba88f174bfd7a678) fix: rust ci ### 📊 Changes **8 files changed** (+117 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/change_name_and_icon_test.dart` (+6 -0) 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/collaborative_workspace_test.dart` (+47 -0) 📝 `frontend/appflowy_flutter/integration_test/mobile_runner_1.dart` (+2 -2) 📝 `frontend/appflowy_flutter/integration_test/shared/workspace.dart` (+6 -2) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_markdown_text.dart` (+11 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/workspace/_sidebar_workspace_actions.dart` (+14 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/workspace/_sidebar_workspace_menu.dart` (+29 -10) 📝 `frontend/rust-lib/flowy-ai/src/local_ai/watch.rs` (+2 -1) </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] double menu displaying in workspace menu (test required) - [x] only display copy button in ai message (no test) <!--- 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:20:17 +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#7582
No description provided.