[PR #5026] [MERGED] fix: remove the deleted workspace from local storage #6589

Closed
opened 2026-03-23 23:15:34 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5026
Author: @LucasXu0
Created: 4/1/2024
Status: Merged
Merged: 4/2/2024
Merged by: @LucasXu0

Base: mainHead: removed_workspace


📝 Commits (10+)

  • 2f6cfbd fix: remove the deleted workspace from local storage
  • 4eb4ff1 fix: unable to get latest workspaces on mobile
  • b6fd7ca fix: unable to get latest workspaces on desktop
  • c7947d2 Merge branch 'main' into removed_workspace
  • 9e04364 Merge branch 'main' into removed_workspace
  • 4a1e8bc chore: try to fix ios ci
  • 67554fc Merge branch 'main' into removed_workspace
  • e745b1a fix: user workspace menu flash
  • d0f47fd Merge branch 'main' into removed_workspace
  • 9306d14 Revert "chore: try to fix ios ci"

📊 Changes

9 files changed (+203 additions, -121 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/desktop/uncategorized/switch_folder_test.dart (+74 -76)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page_header.dart (+31 -22)
📝 frontend/appflowy_flutter/lib/user/application/user_listener.dart (+18 -0)
📝 frontend/appflowy_flutter/lib/workspace/application/user/user_workspace_bloc.dart (+33 -2)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/sidebar_workspace.dart (+5 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/workspace/_sidebar_workspace_menu.dart (+1 -0)
📝 frontend/appflowy_flutter/packages/appflowy_popover/lib/src/popover.dart (+5 -3)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/src/flowy_overlay/appflowy_popover.dart (+5 -3)
📝 frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs (+31 -15)

📄 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/5026 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 4/1/2024 **Status:** ✅ Merged **Merged:** 4/2/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `removed_workspace` --- ### 📝 Commits (10+) - [`2f6cfbd`](https://github.com/AppFlowy-IO/AppFlowy/commit/2f6cfbdd79bf7f6ee0b60565648ff6398f039c01) fix: remove the deleted workspace from local storage - [`4eb4ff1`](https://github.com/AppFlowy-IO/AppFlowy/commit/4eb4ff1a32ffb45de1f74d2dd22565c4401845c1) fix: unable to get latest workspaces on mobile - [`b6fd7ca`](https://github.com/AppFlowy-IO/AppFlowy/commit/b6fd7ca4f9700421f6ab47761d84870cbe6e0a81) fix: unable to get latest workspaces on desktop - [`c7947d2`](https://github.com/AppFlowy-IO/AppFlowy/commit/c7947d272fc635e432fb0a5078edf73d7948d8e0) Merge branch 'main' into removed_workspace - [`9e04364`](https://github.com/AppFlowy-IO/AppFlowy/commit/9e043646201a561311535af52c70ec852142a009) Merge branch 'main' into removed_workspace - [`4a1e8bc`](https://github.com/AppFlowy-IO/AppFlowy/commit/4a1e8bcb9d11f5d40292989f2401a2e36841e13a) chore: try to fix ios ci - [`67554fc`](https://github.com/AppFlowy-IO/AppFlowy/commit/67554fcc2f94079a05b43562c8ef54e25aa82dc8) Merge branch 'main' into removed_workspace - [`e745b1a`](https://github.com/AppFlowy-IO/AppFlowy/commit/e745b1aa2aaa6c4586a8e383ac21a015a982b789) fix: user workspace menu flash - [`d0f47fd`](https://github.com/AppFlowy-IO/AppFlowy/commit/d0f47fd063641620c141e0fdbc3bc4d5c8a17cbb) Merge branch 'main' into removed_workspace - [`9306d14`](https://github.com/AppFlowy-IO/AppFlowy/commit/9306d14a8a4b56bcd5308d1e5b11eb6db5eacd61) Revert "chore: try to fix ios ci" ### 📊 Changes **9 files changed** (+203 additions, -121 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/desktop/uncategorized/switch_folder_test.dart` (+74 -76) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page_header.dart` (+31 -22) 📝 `frontend/appflowy_flutter/lib/user/application/user_listener.dart` (+18 -0) 📝 `frontend/appflowy_flutter/lib/workspace/application/user/user_workspace_bloc.dart` (+33 -2) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/sidebar_workspace.dart` (+5 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/workspace/_sidebar_workspace_menu.dart` (+1 -0) 📝 `frontend/appflowy_flutter/packages/appflowy_popover/lib/src/popover.dart` (+5 -3) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/src/flowy_overlay/appflowy_popover.dart` (+5 -3) 📝 `frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs` (+31 -15) </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 [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:15:34 +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#6589
No description provided.