[PR #4490] [MERGED] chore: reorganize code #6270

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

📋 Pull Request Information

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

Base: mainHead: chore/rename-files


📝 Commits (1)

📊 Changes

29 files changed (+28 additions, -27 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/presentation/base/option_color_list.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/checklist_cell_service.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/select_option_cell_service.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/application/field/type_option/edit_select_option_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/application/field/type_option/multi_select_type_option.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/application/field/type_option/select_option_type_option_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/application/field/type_option/single_select_type_option.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/application/field/type_option/type_option_data_parser.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/application/filter/select_option_filter_list_bloc.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/filter/choicechip/select_option/select_option_loader.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/header/type_option/select/select_option.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/header/type_option/select/select_option_editor.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell/desktop_grid/desktop_grid_select_option_cell.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell/mobile_grid/mobile_grid_select_option_cell.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell/mobile_row_detail/mobile_row_detail_select_cell_option.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/row/cells/checklist_cell/checklist_cell_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/row/cells/select_option_cell/extension.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/row/cells/select_option_cell/mobile_select_option_editor.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/row/cells/select_option_cell/select_option_cell_bloc.dart (+2 -1)

...and 9 more files

📄 Description

  • rename select_option.rs to select_option_entities.rs
  • move checklist_filter.rs from select_type_option to checklist_type_option

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/4490 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 1/25/2024 **Status:** ✅ Merged **Merged:** 1/25/2024 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `chore/rename-files` --- ### 📝 Commits (1) - [`91a20cd`](https://github.com/AppFlowy-IO/AppFlowy/commit/91a20cdd3d826a266bee50acb7b4951bfc27649f) chore: reorganize code ### 📊 Changes **29 files changed** (+28 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/presentation/base/option_color_list.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/checklist_cell_service.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/select_option_cell_service.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/field/type_option/edit_select_option_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/field/type_option/multi_select_type_option.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/field/type_option/select_option_type_option_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/field/type_option/single_select_type_option.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/field/type_option/type_option_data_parser.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/application/filter/select_option_filter_list_bloc.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/filter/choicechip/select_option/select_option_loader.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/header/type_option/select/select_option.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/header/type_option/select/select_option_editor.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell/desktop_grid/desktop_grid_select_option_cell.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell/mobile_grid/mobile_grid_select_option_cell.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell/mobile_row_detail/mobile_row_detail_select_cell_option.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/row/cells/checklist_cell/checklist_cell_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/row/cells/select_option_cell/extension.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/row/cells/select_option_cell/mobile_select_option_editor.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/row/cells/select_option_cell/select_option_cell_bloc.dart` (+2 -1) _...and 9 more files_ </details> ### 📄 Description * rename `select_option.rs` to `select_option_entities.rs` * move `checklist_filter.rs` from `select_type_option` to `checklist_type_option` ### 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:29 +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#6270
No description provided.