[PR #1808] [MERGED] Fix/read app #4952

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1808
Author: @appflowy
Created: 2/6/2023
Status: Merged
Merged: 2/6/2023
Merged by: @appflowy

Base: mainHead: fix/read_app


📝 Commits (4)

  • 2546c8b fix: filter out the apps that are deleted
  • d88320c chore: format code style
  • 18da261 chore: Merge branch 'main' into fix/read_app
  • c9509a5 chore: fix clippy wanrings

📊 Changes

15 files changed (+114 additions, -111 deletions)

View changed files

📝 frontend/.vscode/launch.json (+2 -2)
📝 frontend/rust-lib/flowy-database/src/services/persistence/rev_sqlite/grid_snapshot.rs (+6 -6)
📝 frontend/rust-lib/flowy-database/tests/grid/snapshot_test/script.rs (+5 -5)
📝 frontend/rust-lib/flowy-document/src/manager.rs (+3 -3)
📝 frontend/rust-lib/flowy-document/src/old_editor/mod.rs (+1 -0)
frontend/rust-lib/flowy-document/src/old_editor/snapshot.rs (+18 -0)
📝 frontend/rust-lib/flowy-document/src/services/persistence/rev_sqlite/document_snapshot.rs (+6 -6)
📝 frontend/rust-lib/flowy-folder/src/services/app/controller.rs (+5 -7)
📝 frontend/rust-lib/flowy-folder/src/services/app/event_handler.rs (+6 -4)
📝 frontend/rust-lib/flowy-folder/src/services/persistence/rev_sqlite/folder_snapshot.rs (+6 -6)
📝 frontend/rust-lib/flowy-folder/src/services/workspace/controller.rs (+22 -22)
📝 frontend/rust-lib/flowy-folder/src/services/workspace/event_handler.rs (+4 -5)
📝 frontend/rust-lib/flowy-revision/src/rev_manager.rs (+13 -13)
📝 frontend/rust-lib/flowy-revision/src/rev_snapshot.rs (+10 -26)
📝 frontend/rust-lib/flowy-revision/tests/revision_test/script.rs (+7 -6)

📄 Description

Fix reading app error that is deleted in the workspace


🔄 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/1808 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 2/6/2023 **Status:** ✅ Merged **Merged:** 2/6/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/read_app` --- ### 📝 Commits (4) - [`2546c8b`](https://github.com/AppFlowy-IO/AppFlowy/commit/2546c8b3a1be96a63d707f70073de8c051b73244) fix: filter out the apps that are deleted - [`d88320c`](https://github.com/AppFlowy-IO/AppFlowy/commit/d88320ca44e40984dc4cc0d9f402ccd95916c9fe) chore: format code style - [`18da261`](https://github.com/AppFlowy-IO/AppFlowy/commit/18da26160d58bd71a6762b3beb8d6b783c270ab0) chore: Merge branch 'main' into fix/read_app - [`c9509a5`](https://github.com/AppFlowy-IO/AppFlowy/commit/c9509a559f10e8b36e46349657f75985fcce6a09) chore: fix clippy wanrings ### 📊 Changes **15 files changed** (+114 additions, -111 deletions) <details> <summary>View changed files</summary> 📝 `frontend/.vscode/launch.json` (+2 -2) 📝 `frontend/rust-lib/flowy-database/src/services/persistence/rev_sqlite/grid_snapshot.rs` (+6 -6) 📝 `frontend/rust-lib/flowy-database/tests/grid/snapshot_test/script.rs` (+5 -5) 📝 `frontend/rust-lib/flowy-document/src/manager.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-document/src/old_editor/mod.rs` (+1 -0) ➕ `frontend/rust-lib/flowy-document/src/old_editor/snapshot.rs` (+18 -0) 📝 `frontend/rust-lib/flowy-document/src/services/persistence/rev_sqlite/document_snapshot.rs` (+6 -6) 📝 `frontend/rust-lib/flowy-folder/src/services/app/controller.rs` (+5 -7) 📝 `frontend/rust-lib/flowy-folder/src/services/app/event_handler.rs` (+6 -4) 📝 `frontend/rust-lib/flowy-folder/src/services/persistence/rev_sqlite/folder_snapshot.rs` (+6 -6) 📝 `frontend/rust-lib/flowy-folder/src/services/workspace/controller.rs` (+22 -22) 📝 `frontend/rust-lib/flowy-folder/src/services/workspace/event_handler.rs` (+4 -5) 📝 `frontend/rust-lib/flowy-revision/src/rev_manager.rs` (+13 -13) 📝 `frontend/rust-lib/flowy-revision/src/rev_snapshot.rs` (+10 -26) 📝 `frontend/rust-lib/flowy-revision/tests/revision_test/script.rs` (+7 -6) </details> ### 📄 Description Fix reading app error that is deleted in the workspace --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:33 +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#4952
No description provided.