[PR #588] [MERGED] refactor: move entities from flowy-folder-data-model to flowy-folder crate #4215

Closed
opened 2026-03-23 21:36:49 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/588
Author: @appflowy
Created: 7/4/2022
Status: Merged
Merged: 7/4/2022
Merged by: @appflowy

Base: mainHead: refactor/folder_data_model


📝 Commits (3)

  • 7849963 chore: move entities from flowy-folder-data-model to flowy-folder crate
  • e5f35e4 chore: fix import path
  • e85606a chore: fix unit test

📊 Changes

94 files changed (+420 additions, -317 deletions)

View changed files

📝 frontend/app_flowy/lib/plugin/plugin.dart (+1 -1)
📝 frontend/app_flowy/lib/startup/deps_resolver.dart (+2 -2)
📝 frontend/app_flowy/lib/user/application/user_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/user/application/user_service.dart (+1 -1)
📝 frontend/app_flowy/lib/user/presentation/router.dart (+1 -1)
📝 frontend/app_flowy/lib/user/presentation/skip_log_in_screen.dart (+1 -1)
📝 frontend/app_flowy/lib/user/presentation/welcome_screen.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/app/app_bloc.dart (+2 -2)
📝 frontend/app_flowy/lib/workspace/application/app/app_listener.dart (+2 -2)
📝 frontend/app_flowy/lib/workspace/application/app/app_service.dart (+2 -2)
📝 frontend/app_flowy/lib/workspace/application/doc/doc_bloc.dart (+2 -2)
📝 frontend/app_flowy/lib/workspace/application/doc/doc_service.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/doc/share_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/grid/grid_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/grid/grid_service.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/home/home_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/menu/menu_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/menu/menu_user_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/menu/menu_view_section_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/trash/trash_bloc.dart (+1 -1)

...and 74 more files

📄 Description

No description provided


🔄 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/588 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 7/4/2022 **Status:** ✅ Merged **Merged:** 7/4/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `refactor/folder_data_model` --- ### 📝 Commits (3) - [`7849963`](https://github.com/AppFlowy-IO/AppFlowy/commit/784996368b40071a66d433ac83a2900e0e4d6025) chore: move entities from flowy-folder-data-model to flowy-folder crate - [`e5f35e4`](https://github.com/AppFlowy-IO/AppFlowy/commit/e5f35e46ca0e349273a142ae621e4a72fe84b979) chore: fix import path - [`e85606a`](https://github.com/AppFlowy-IO/AppFlowy/commit/e85606ac21175fcda9808c263fdfb3860330a629) chore: fix unit test ### 📊 Changes **94 files changed** (+420 additions, -317 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugin/plugin.dart` (+1 -1) 📝 `frontend/app_flowy/lib/startup/deps_resolver.dart` (+2 -2) 📝 `frontend/app_flowy/lib/user/application/user_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/user/application/user_service.dart` (+1 -1) 📝 `frontend/app_flowy/lib/user/presentation/router.dart` (+1 -1) 📝 `frontend/app_flowy/lib/user/presentation/skip_log_in_screen.dart` (+1 -1) 📝 `frontend/app_flowy/lib/user/presentation/welcome_screen.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/app/app_bloc.dart` (+2 -2) 📝 `frontend/app_flowy/lib/workspace/application/app/app_listener.dart` (+2 -2) 📝 `frontend/app_flowy/lib/workspace/application/app/app_service.dart` (+2 -2) 📝 `frontend/app_flowy/lib/workspace/application/doc/doc_bloc.dart` (+2 -2) 📝 `frontend/app_flowy/lib/workspace/application/doc/doc_service.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/doc/share_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/grid/grid_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/grid/grid_service.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/home/home_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/menu/menu_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/menu/menu_user_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/menu/menu_view_section_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/trash/trash_bloc.dart` (+1 -1) _...and 74 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:36:49 +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#4215
No description provided.