[PR #554] [MERGED] Refactor grid revision struct #4193

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/554
Author: @appflowy
Created: 6/15/2022
Status: Merged
Merged: 6/15/2022
Merged by: @appflowy

Base: mainHead: refactor/grid_rev


📝 Commits (10+)

  • 7366acb chore: config board view plugin
  • bf52470 refactor: sqlite schema
  • 2b499ee chore: separate json serde from pb struct
  • c2fad50 refactor: add folder entities's revision objects
  • f8ec4b3 refactor: replace object with object's revision entity
  • ae4cc49 chore: add read view info event
  • 298b80f chore: fix dependabot alerts for crassbeam-utils and regex
  • d4d7ba7 chore: read view info
  • 5060518 chore: update view info
  • a13e679 refactor: separate grid revision structs from entities

📊 Changes

180 files changed (+12929 additions, -9691 deletions)

View changed files

📝 frontend/app_flowy/analysis_options.yaml (+1 -2)
📝 frontend/app_flowy/lib/plugin/plugin.dart (+3 -0)
📝 frontend/app_flowy/lib/startup/tasks/load_plugin.dart (+2 -0)
frontend/app_flowy/lib/workspace/application/board/board_bloc.dart (+0 -0)
📝 frontend/app_flowy/lib/workspace/application/grid/cell/cell_service/cell_service.dart (+1 -0)
📝 frontend/app_flowy/lib/workspace/application/grid/cell/date_cell_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/grid/field/field_action_sheet_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/grid/field/field_cell_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/grid/field/field_editor_pannel_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/grid/field/field_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/grid/field/field_service.dart (+1 -0)
📝 frontend/app_flowy/lib/workspace/application/grid/field/grid_listenr.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/grid/field/type_option/type_option_service.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/grid/grid_header_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/grid/grid_service.dart (+1 -0)
📝 frontend/app_flowy/lib/workspace/application/grid/row/row_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/grid/row/row_listener.dart (+1 -0)
📝 frontend/app_flowy/lib/workspace/application/grid/row/row_service.dart (+1 -0)
📝 frontend/app_flowy/lib/workspace/application/grid/setting/property_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/view/view_ext.dart (+1 -4)

...and 80 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/554 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 6/15/2022 **Status:** ✅ Merged **Merged:** 6/15/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `refactor/grid_rev` --- ### 📝 Commits (10+) - [`7366acb`](https://github.com/AppFlowy-IO/AppFlowy/commit/7366acb58ebad3edeec07b2cf593acd8ce3b6ee4) chore: config board view plugin - [`bf52470`](https://github.com/AppFlowy-IO/AppFlowy/commit/bf5247066db9291f2a52496ee974f8424da5c5a6) refactor: sqlite schema - [`2b499ee`](https://github.com/AppFlowy-IO/AppFlowy/commit/2b499ee62b874bc3283d759d025c3eb3311392a1) chore: separate json serde from pb struct - [`c2fad50`](https://github.com/AppFlowy-IO/AppFlowy/commit/c2fad5021b3f2842ac532c62f96631d15d335f54) refactor: add folder entities's revision objects - [`f8ec4b3`](https://github.com/AppFlowy-IO/AppFlowy/commit/f8ec4b3e2403a1ebf246c62f24108f84eb5e2059) refactor: replace object with object's revision entity - [`ae4cc49`](https://github.com/AppFlowy-IO/AppFlowy/commit/ae4cc496fc86ea4531bd069f1b3b887b48a19582) chore: add read view info event - [`298b80f`](https://github.com/AppFlowy-IO/AppFlowy/commit/298b80f4c5f4abc62f89b0831dc4c48c98b82e77) chore: fix dependabot alerts for crassbeam-utils and regex - [`d4d7ba7`](https://github.com/AppFlowy-IO/AppFlowy/commit/d4d7ba7452bec03951e86860702576f7324a9dd4) chore: read view info - [`5060518`](https://github.com/AppFlowy-IO/AppFlowy/commit/50605186fe0047fe66718bbaf4c87f7e8a7a5101) chore: update view info - [`a13e679`](https://github.com/AppFlowy-IO/AppFlowy/commit/a13e6798ee57960bdfdac9bf574a178fcb6d20e9) refactor: separate grid revision structs from entities ### 📊 Changes **180 files changed** (+12929 additions, -9691 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/analysis_options.yaml` (+1 -2) 📝 `frontend/app_flowy/lib/plugin/plugin.dart` (+3 -0) 📝 `frontend/app_flowy/lib/startup/tasks/load_plugin.dart` (+2 -0) ➕ `frontend/app_flowy/lib/workspace/application/board/board_bloc.dart` (+0 -0) 📝 `frontend/app_flowy/lib/workspace/application/grid/cell/cell_service/cell_service.dart` (+1 -0) 📝 `frontend/app_flowy/lib/workspace/application/grid/cell/date_cell_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/grid/field/field_action_sheet_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/grid/field/field_cell_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/grid/field/field_editor_pannel_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/grid/field/field_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/grid/field/field_service.dart` (+1 -0) 📝 `frontend/app_flowy/lib/workspace/application/grid/field/grid_listenr.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/grid/field/type_option/type_option_service.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/grid/grid_header_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/grid/grid_service.dart` (+1 -0) 📝 `frontend/app_flowy/lib/workspace/application/grid/row/row_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/grid/row/row_listener.dart` (+1 -0) 📝 `frontend/app_flowy/lib/workspace/application/grid/row/row_service.dart` (+1 -0) 📝 `frontend/app_flowy/lib/workspace/application/grid/setting/property_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/view/view_ext.dart` (+1 -4) _...and 80 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:43 +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#4193
No description provided.