[PR #6764] [MERGED] feat: support creating and managing a space on mobile #7565

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

📋 Pull Request Information

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

Base: mainHead: space_ops_on_mobile


📝 Commits (10+)

  • 1752c90 feat: support duplicating and deleting a space on mobile
  • eb4118f feat: support editing a space on mobile
  • 4e26237 feat: support renaming space
  • 9f3fafa Merge branch 'main' into space_ops_on_mobile
  • f7a5394 feat: add more space icons
  • eea7e9c fix: unable to rename space
  • fcc4714 fix: code review
  • e0f3659 chore: remove ingore import flag for testing
  • 2ed485c test: add create space test
  • 41f2655 chore: enable cloud test

📊 Changes

50 files changed (+1523 additions, -492 deletions)

View changed files

📝 .github/workflows/ios_ci.yaml (+1 -0)
📝 frontend/appflowy_flutter/integration_test/desktop/cloud/data_migration/anon_user_data_migration_test.dart (+0 -23)
📝 frontend/appflowy_flutter/integration_test/desktop/cloud/document/document_publish_test.dart (+0 -16)
📝 frontend/appflowy_flutter/integration_test/desktop/cloud/sidebar/sidebar_move_page_test.dart (+0 -22)
📝 frontend/appflowy_flutter/integration_test/desktop/cloud/uncategorized/appflowy_cloud_auth_test.dart (+0 -9)
📝 frontend/appflowy_flutter/integration_test/desktop/cloud/uncategorized/document_sync_test.dart (+0 -15)
📝 frontend/appflowy_flutter/integration_test/desktop/cloud/uncategorized/user_setting_sync_test.dart (+0 -22)
📝 frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/change_name_and_icon_test.dart (+0 -11)
📝 frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/collaborative_workspace_test.dart (+0 -19)
📝 frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/share_menu_test.dart (+0 -12)
📝 frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/workspace_icon_test.dart (+0 -24)
📝 frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/workspace_settings_test.dart (+0 -23)
📝 frontend/appflowy_flutter/integration_test/mobile/cloud/cloud_runner.dart (+2 -0)
📝 frontend/appflowy_flutter/integration_test/mobile/cloud/document/publish_test.dart (+0 -30)
📝 frontend/appflowy_flutter/integration_test/mobile/cloud/document/share_link_test.dart (+0 -27)
frontend/appflowy_flutter/integration_test/mobile/cloud/space/space_test.dart (+288 -0)
📝 frontend/appflowy_flutter/integration_test/mobile/cloud/workspace/workspace_operations_test.dart (+0 -26)
📝 frontend/appflowy_flutter/integration_test/mobile/document/page_style_test.dart (+0 -23)
📝 frontend/appflowy_flutter/integration_test/mobile/document/title_test.dart (+0 -29)
📝 frontend/appflowy_flutter/integration_test/mobile/home_page/create_new_page_test.dart (+0 -21)

...and 30 more files

📄 Description

Feature Preview

  • delete a space (tests)
  • duplicate a space (tests)
  • create a space (tests)
  • manage a space (tests)
  • update icon (tests)
  • rename (tests)

https://github.com/user-attachments/assets/dca8defc-f1dd-46e3-ad43-a1ac3e58ff21


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/6764 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 11/11/2024 **Status:** ✅ Merged **Merged:** 11/13/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `space_ops_on_mobile` --- ### 📝 Commits (10+) - [`1752c90`](https://github.com/AppFlowy-IO/AppFlowy/commit/1752c90b1a2efe7a71bc0f0bd6b3f6e1cccfeea6) feat: support duplicating and deleting a space on mobile - [`eb4118f`](https://github.com/AppFlowy-IO/AppFlowy/commit/eb4118f2183991af63ca5b7e24323b5b88be7787) feat: support editing a space on mobile - [`4e26237`](https://github.com/AppFlowy-IO/AppFlowy/commit/4e26237f8aeffa5d429ae2bf927584169650a1c0) feat: support renaming space - [`9f3fafa`](https://github.com/AppFlowy-IO/AppFlowy/commit/9f3fafac7e74f0fe1433fd8efd14a5ed7e12dc3c) Merge branch 'main' into space_ops_on_mobile - [`f7a5394`](https://github.com/AppFlowy-IO/AppFlowy/commit/f7a53941191a5b3e06da5b36076f73da93c7a912) feat: add more space icons - [`eea7e9c`](https://github.com/AppFlowy-IO/AppFlowy/commit/eea7e9c9b0ce10ced9d8b3883751ef10ec432eb7) fix: unable to rename space - [`fcc4714`](https://github.com/AppFlowy-IO/AppFlowy/commit/fcc47143e2f20321cc99ba8c439ca80a8fd95fe4) fix: code review - [`e0f3659`](https://github.com/AppFlowy-IO/AppFlowy/commit/e0f36599b7784cd2be8fc020a4e1b27a3ff7d6fb) chore: remove ingore import flag for testing - [`2ed485c`](https://github.com/AppFlowy-IO/AppFlowy/commit/2ed485c18e33e756d4bf11611a09de2a82d3e892) test: add create space test - [`41f2655`](https://github.com/AppFlowy-IO/AppFlowy/commit/41f265527e99c2fb0c39ddd3e8509f464fc6cc27) chore: enable cloud test ### 📊 Changes **50 files changed** (+1523 additions, -492 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ios_ci.yaml` (+1 -0) 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/data_migration/anon_user_data_migration_test.dart` (+0 -23) 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/document/document_publish_test.dart` (+0 -16) 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/sidebar/sidebar_move_page_test.dart` (+0 -22) 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/uncategorized/appflowy_cloud_auth_test.dart` (+0 -9) 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/uncategorized/document_sync_test.dart` (+0 -15) 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/uncategorized/user_setting_sync_test.dart` (+0 -22) 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/change_name_and_icon_test.dart` (+0 -11) 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/collaborative_workspace_test.dart` (+0 -19) 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/share_menu_test.dart` (+0 -12) 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/workspace_icon_test.dart` (+0 -24) 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/workspace_settings_test.dart` (+0 -23) 📝 `frontend/appflowy_flutter/integration_test/mobile/cloud/cloud_runner.dart` (+2 -0) 📝 `frontend/appflowy_flutter/integration_test/mobile/cloud/document/publish_test.dart` (+0 -30) 📝 `frontend/appflowy_flutter/integration_test/mobile/cloud/document/share_link_test.dart` (+0 -27) ➕ `frontend/appflowy_flutter/integration_test/mobile/cloud/space/space_test.dart` (+288 -0) 📝 `frontend/appflowy_flutter/integration_test/mobile/cloud/workspace/workspace_operations_test.dart` (+0 -26) 📝 `frontend/appflowy_flutter/integration_test/mobile/document/page_style_test.dart` (+0 -23) 📝 `frontend/appflowy_flutter/integration_test/mobile/document/title_test.dart` (+0 -29) 📝 `frontend/appflowy_flutter/integration_test/mobile/home_page/create_new_page_test.dart` (+0 -21) _...and 30 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] delete a space (tests) - [x] duplicate a space (tests) - [x] create a space (tests) - [x] manage a space (tests) - [x] update icon (tests) - [x] rename (tests) https://github.com/user-attachments/assets/dca8defc-f1dd-46e3-ad43-a1ac3e58ff21 <!--- 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:13 +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#7565
No description provided.