[PR #1511] [MERGED] chore: support checklist filter #4787

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1511
Author: @appflowy
Created: 11/30/2022
Status: Merged
Merged: 11/30/2022
Merged by: @appflowy

Base: mainHead: feat/checklist_filter


📝 Commits (1)

  • 553cfb3 chore: support checklist filter

📊 Changes

8 files changed (+294 additions, -16 deletions)

View changed files

📝 frontend/app_flowy/assets/translations/en.json (+4 -0)
📝 frontend/app_flowy/lib/plugins/grid/application/field/field_controller.dart (+1 -1)
frontend/app_flowy/lib/plugins/grid/application/filter/checklist_filter_bloc.dart (+107 -0)
frontend/app_flowy/lib/plugins/grid/application/filter/select_option_filter_editor_bloc.dart (+0 -0)
frontend/app_flowy/lib/plugins/grid/presentation/widgets/filter/choicechip/checklist.dart (+0 -14)
frontend/app_flowy/lib/plugins/grid/presentation/widgets/filter/choicechip/checklist/checklist.dart (+172 -0)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/filter/filter_info.dart (+9 -0)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/filter/menu_item.dart (+1 -1)

📄 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/1511 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 11/30/2022 **Status:** ✅ Merged **Merged:** 11/30/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/checklist_filter` --- ### 📝 Commits (1) - [`553cfb3`](https://github.com/AppFlowy-IO/AppFlowy/commit/553cfb3f5eed9a1e50462c99fbc986a2f36f02d4) chore: support checklist filter ### 📊 Changes **8 files changed** (+294 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/assets/translations/en.json` (+4 -0) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/field_controller.dart` (+1 -1) ➕ `frontend/app_flowy/lib/plugins/grid/application/filter/checklist_filter_bloc.dart` (+107 -0) ➖ `frontend/app_flowy/lib/plugins/grid/application/filter/select_option_filter_editor_bloc.dart` (+0 -0) ➖ `frontend/app_flowy/lib/plugins/grid/presentation/widgets/filter/choicechip/checklist.dart` (+0 -14) ➕ `frontend/app_flowy/lib/plugins/grid/presentation/widgets/filter/choicechip/checklist/checklist.dart` (+172 -0) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/filter/filter_info.dart` (+9 -0) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/filter/menu_item.dart` (+1 -1) </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:15:50 +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#4787
No description provided.