[PR #1863] [MERGED] Feat/tauri database effects #4985

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

📋 Pull Request Information

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

Base: mainHead: feat/tauri_database_effects


📝 Commits (6)

📊 Changes

60 files changed (+2003 additions, -109 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/blank/blank.dart (+0 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/field/field_controller.dart (+6 -6)
📝 frontend/app_flowy/lib/plugins/grid/application/grid_data_controller.dart (+0 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/row/row_cache.dart (+0 -2)
📝 frontend/app_flowy/lib/plugins/grid/application/row/row_list.dart (+0 -17)
📝 frontend/app_flowy/lib/plugins/grid/application/view/grid_view_cache.dart (+0 -1)
📝 frontend/app_flowy/lib/user/application/auth_service.dart (+1 -1)
📝 frontend/app_flowy/lib/user/presentation/skip_log_in_screen.dart (+1 -1)
📝 frontend/app_flowy/lib/user/presentation/splash_screen.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/app/app_bloc.dart (+0 -1)
📝 frontend/app_flowy/lib/workspace/application/app/app_service.dart (+0 -3)
📝 frontend/app_flowy/lib/workspace/application/view/view_service.dart (+0 -5)
📝 frontend/app_flowy/test/bloc_test/board_test/util.dart (+0 -1)
📝 frontend/app_flowy/test/bloc_test/grid_test/filter/filter_util.dart (+0 -1)
📝 frontend/app_flowy/test/bloc_test/grid_test/util.dart (+0 -1)
📝 frontend/appflowy_tauri/.eslintignore (+6 -3)
📝 frontend/appflowy_tauri/.eslintrc.cjs (+5 -0)
frontend/appflowy_tauri/jest.config.cjs (+8 -0)
📝 frontend/appflowy_tauri/package.json (+9 -2)
📝 frontend/appflowy_tauri/src/appflowy_app/components/layout/NavigationPanel/FolderItem.hooks.ts (+20 -3)

...and 40 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/1863 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 2/15/2023 **Status:** ✅ Merged **Merged:** 2/19/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/tauri_database_effects` --- ### 📝 Commits (6) - [`edf60f6`](https://github.com/AppFlowy-IO/AppFlowy/commit/edf60f6aae48aa7fc301215195e9fd7c700fe013) feat: config database view effects - [`ab7cffe`](https://github.com/AppFlowy-IO/AppFlowy/commit/ab7cffe01e7b122e0853189893caef5c0ed4994e) chore: add tests - [`8cdb02e`](https://github.com/AppFlowy-IO/AppFlowy/commit/8cdb02edbee7fe5910d13e80ca0acb2433742dab) chore: config jest - [`68f9e06`](https://github.com/AppFlowy-IO/AppFlowy/commit/68f9e066ced764e6d8f0f99f61f7847db0aab84e) chore: config jest windows - [`96f9976`](https://github.com/AppFlowy-IO/AppFlowy/commit/96f9976b66878a33489c3f871e2a4978f471d23a) ci: wanrings - [`a8a4441`](https://github.com/AppFlowy-IO/AppFlowy/commit/a8a44418efc7510b2979ca250627d596bcbfa7a2) chore: config folder effect ### 📊 Changes **60 files changed** (+2003 additions, -109 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/blank/blank.dart` (+0 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/field_controller.dart` (+6 -6) 📝 `frontend/app_flowy/lib/plugins/grid/application/grid_data_controller.dart` (+0 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/row/row_cache.dart` (+0 -2) 📝 `frontend/app_flowy/lib/plugins/grid/application/row/row_list.dart` (+0 -17) 📝 `frontend/app_flowy/lib/plugins/grid/application/view/grid_view_cache.dart` (+0 -1) 📝 `frontend/app_flowy/lib/user/application/auth_service.dart` (+1 -1) 📝 `frontend/app_flowy/lib/user/presentation/skip_log_in_screen.dart` (+1 -1) 📝 `frontend/app_flowy/lib/user/presentation/splash_screen.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/app/app_bloc.dart` (+0 -1) 📝 `frontend/app_flowy/lib/workspace/application/app/app_service.dart` (+0 -3) 📝 `frontend/app_flowy/lib/workspace/application/view/view_service.dart` (+0 -5) 📝 `frontend/app_flowy/test/bloc_test/board_test/util.dart` (+0 -1) 📝 `frontend/app_flowy/test/bloc_test/grid_test/filter/filter_util.dart` (+0 -1) 📝 `frontend/app_flowy/test/bloc_test/grid_test/util.dart` (+0 -1) 📝 `frontend/appflowy_tauri/.eslintignore` (+6 -3) 📝 `frontend/appflowy_tauri/.eslintrc.cjs` (+5 -0) ➕ `frontend/appflowy_tauri/jest.config.cjs` (+8 -0) 📝 `frontend/appflowy_tauri/package.json` (+9 -2) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/layout/NavigationPanel/FolderItem.hooks.ts` (+20 -3) _...and 40 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 22:16:42 +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#4985
No description provided.