[PR #4516] [MERGED] chore: reorganize cell code #6288

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4516
Author: @richardshiue
Created: 1/26/2024
Status: Merged
Merged: 1/27/2024
Merged by: @richardshiue

Base: mainHead: chore/reorganize-cell-code


📝 Commits (2)

  • 191fb54 chore: move cell bloc files to application
  • 53e379f chore: move cell editor widgets to its own folder

📊 Changes

83 files changed (+100 additions, -205 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/board/board_group_test.dart (+1 -1)
📝 frontend/appflowy_flutter/integration_test/util/database_test_op.dart (+6 -6)
📝 frontend/appflowy_flutter/lib/mobile/presentation/base/option_color_list.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/mobile_card_detail_screen.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/date_picker/mobile_date_picker_screen.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_field_type_option_editor.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/checkbox_cell_bloc.dart (+0 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/checklist_cell_bloc.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/date_cell_bloc.dart (+0 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/date_cell_editor_bloc.dart (+0 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/number_cell_bloc.dart (+0 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/select_option_cell_bloc.dart (+0 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/select_option_editor_bloc.dart (+0 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/text_cell_bloc.dart (+0 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/timestamp_cell_bloc.dart (+0 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/url_cell_bloc.dart (+0 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/url_cell_editor_bloc.dart (+0 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/calendar_event_editor.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/filter/choicechip/select_option/option_list.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/header/type_option/select/select_option.dart (+1 -1)

...and 63 more files

📄 Description

  • move cell bloc files to application
  • move cell editor widgets to its own folder
  • remove an unused URLCellEditor dinosaur.

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/4516 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 1/26/2024 **Status:** ✅ Merged **Merged:** 1/27/2024 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `chore/reorganize-cell-code` --- ### 📝 Commits (2) - [`191fb54`](https://github.com/AppFlowy-IO/AppFlowy/commit/191fb54354ee43a4520d5de6bd261848389e5c6f) chore: move cell bloc files to application - [`53e379f`](https://github.com/AppFlowy-IO/AppFlowy/commit/53e379f1aef9350aee9f5b6d7d412b350ccbe114) chore: move cell editor widgets to its own folder ### 📊 Changes **83 files changed** (+100 additions, -205 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/board/board_group_test.dart` (+1 -1) 📝 `frontend/appflowy_flutter/integration_test/util/database_test_op.dart` (+6 -6) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/base/option_color_list.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/mobile_card_detail_screen.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/date_picker/mobile_date_picker_screen.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_field_type_option_editor.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/checkbox_cell_bloc.dart` (+0 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/checklist_cell_bloc.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/date_cell_bloc.dart` (+0 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/date_cell_editor_bloc.dart` (+0 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/number_cell_bloc.dart` (+0 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/select_option_cell_bloc.dart` (+0 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/select_option_editor_bloc.dart` (+0 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/text_cell_bloc.dart` (+0 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/timestamp_cell_bloc.dart` (+0 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/url_cell_bloc.dart` (+0 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/url_cell_editor_bloc.dart` (+0 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/calendar_event_editor.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/filter/choicechip/select_option/option_list.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/header/type_option/select/select_option.dart` (+1 -1) _...and 63 more files_ </details> ### 📄 Description - move cell bloc files to application - move cell editor widgets to its own folder - remove an unused `URLCellEditor` dinosaur. ### 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 22:22: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#6288
No description provided.