[PR #5737] [MERGED] fix: reset space relationship when clearing cache #6977

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5737
Author: @LucasXu0
Created: 7/15/2024
Status: Merged
Merged: 7/16/2024
Merged by: @LucasXu0

Base: mainHead: fix_move_relationships


📝 Commits (6)

  • 90ffbf7 fix: space's child views didn't update when moving a page into it
  • 65b5e62 chore: remove check logic
  • 2d90877 feat: integrate fix space into clear cache
  • da547ad Merge branch 'main' into fix_move_relationships
  • 42141fe fix: translation missing value
  • 0631726 chore: update logger version

📊 Changes

17 files changed (+215 additions, -50 deletions)

View changed files

📝 frontend/.vscode/launch.json (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/application/tab_bar_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/shared/feature_flags.dart (+12 -4)
📝 frontend/appflowy_flutter/lib/workspace/application/sidebar/space/space_bloc.dart (+17 -1)
📝 frontend/appflowy_flutter/lib/workspace/application/view/view_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/application/view/view_service.dart (+4 -4)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/shared_widget.dart (+11 -4)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/fix_data_widget.dart (+93 -3)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_manage_data_view.dart (+15 -7)
📝 frontend/appflowy_flutter/lib/workspace/presentation/widgets/dialogs.dart (+29 -0)
📝 frontend/appflowy_flutter/packages/appflowy_backend/lib/appflowy_backend.dart (+11 -7)
📝 frontend/appflowy_flutter/packages/appflowy_backend/lib/log.dart (+10 -7)
📝 frontend/appflowy_flutter/packages/appflowy_backend/pubspec.yaml (+1 -1)
📝 frontend/appflowy_flutter/pubspec.lock (+3 -3)
📝 frontend/appflowy_flutter/pubspec.yaml (+1 -0)
📝 frontend/resources/translations/en.json (+5 -5)
📝 frontend/rust-lib/flowy-folder/src/manager_observer.rs (+0 -1)

📄 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/5737 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 7/15/2024 **Status:** ✅ Merged **Merged:** 7/16/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix_move_relationships` --- ### 📝 Commits (6) - [`90ffbf7`](https://github.com/AppFlowy-IO/AppFlowy/commit/90ffbf70c4c0204c65552d4c06e438eba75a88bf) fix: space's child views didn't update when moving a page into it - [`65b5e62`](https://github.com/AppFlowy-IO/AppFlowy/commit/65b5e62a23df951634fa809dd7b1dbd2b22b4f24) chore: remove check logic - [`2d90877`](https://github.com/AppFlowy-IO/AppFlowy/commit/2d9087738d2363458fe469ef385b92f0ffa66fac) feat: integrate fix space into clear cache - [`da547ad`](https://github.com/AppFlowy-IO/AppFlowy/commit/da547ad0fec2d5c91a2c5944f2f945040c257393) Merge branch 'main' into fix_move_relationships - [`42141fe`](https://github.com/AppFlowy-IO/AppFlowy/commit/42141fe9cf22aba9c144d021c820848ab4511fe4) fix: translation missing value - [`0631726`](https://github.com/AppFlowy-IO/AppFlowy/commit/06317266fc0fcaaf03412224dd4531705f747105) chore: update logger version ### 📊 Changes **17 files changed** (+215 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `frontend/.vscode/launch.json` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/tab_bar_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/shared/feature_flags.dart` (+12 -4) 📝 `frontend/appflowy_flutter/lib/workspace/application/sidebar/space/space_bloc.dart` (+17 -1) 📝 `frontend/appflowy_flutter/lib/workspace/application/view/view_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/application/view/view_service.dart` (+4 -4) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/shared_widget.dart` (+11 -4) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/fix_data_widget.dart` (+93 -3) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_manage_data_view.dart` (+15 -7) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/widgets/dialogs.dart` (+29 -0) 📝 `frontend/appflowy_flutter/packages/appflowy_backend/lib/appflowy_backend.dart` (+11 -7) 📝 `frontend/appflowy_flutter/packages/appflowy_backend/lib/log.dart` (+10 -7) 📝 `frontend/appflowy_flutter/packages/appflowy_backend/pubspec.yaml` (+1 -1) 📝 `frontend/appflowy_flutter/pubspec.lock` (+3 -3) 📝 `frontend/appflowy_flutter/pubspec.yaml` (+1 -0) 📝 `frontend/resources/translations/en.json` (+5 -5) 📝 `frontend/rust-lib/flowy-folder/src/manager_observer.rs` (+0 -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 <!--- 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:17:32 +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#6977
No description provided.