[PR #1454] [MERGED] Feat/select option filter test #4748

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

📋 Pull Request Information

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

Base: mainHead: feat/select_option_filter_test


📝 Commits (2)

  • ef3837f chore: add selection option fitler test
  • 6846bbf chore: fix test

📊 Changes

12 files changed (+338 additions, -14 deletions)

View changed files

📝 frontend/rust-lib/flowy-grid/src/entities/filter_entities/select_option_filter.rs (+1 -0)
📝 frontend/rust-lib/flowy-grid/src/entities/filter_entities/text_filter.rs (+1 -0)
📝 frontend/rust-lib/flowy-grid/src/services/cell/any_cell_data.rs (+10 -1)
📝 frontend/rust-lib/flowy-grid/src/services/cell/cell_operation.rs (+1 -1)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/select_filter.rs (+20 -0)
📝 frontend/rust-lib/flowy-grid/src/services/filter/cache.rs (+4 -0)
📝 frontend/rust-lib/flowy-grid/src/services/filter/controller.rs (+9 -5)
📝 frontend/rust-lib/flowy-grid/tests/grid/filter_test/mod.rs (+1 -0)
📝 frontend/rust-lib/flowy-grid/tests/grid/filter_test/script.rs (+26 -1)
frontend/rust-lib/flowy-grid/tests/grid/filter_test/select_option_filter_test.rs (+84 -0)
📝 frontend/rust-lib/flowy-grid/tests/grid/grid_editor.rs (+180 -5)
📝 shared-lib/grid-rev-model/src/grid_block.rs (+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/1454 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 11/15/2022 **Status:** ✅ Merged **Merged:** 11/15/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/select_option_filter_test` --- ### 📝 Commits (2) - [`ef3837f`](https://github.com/AppFlowy-IO/AppFlowy/commit/ef3837f2461d9994fb79fece4cac09c22589419e) chore: add selection option fitler test - [`6846bbf`](https://github.com/AppFlowy-IO/AppFlowy/commit/6846bbf103107c1826ea83e9aac08f2d60b79116) chore: fix test ### 📊 Changes **12 files changed** (+338 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/flowy-grid/src/entities/filter_entities/select_option_filter.rs` (+1 -0) 📝 `frontend/rust-lib/flowy-grid/src/entities/filter_entities/text_filter.rs` (+1 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/cell/any_cell_data.rs` (+10 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/cell/cell_operation.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/select_filter.rs` (+20 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/filter/cache.rs` (+4 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/filter/controller.rs` (+9 -5) 📝 `frontend/rust-lib/flowy-grid/tests/grid/filter_test/mod.rs` (+1 -0) 📝 `frontend/rust-lib/flowy-grid/tests/grid/filter_test/script.rs` (+26 -1) ➕ `frontend/rust-lib/flowy-grid/tests/grid/filter_test/select_option_filter_test.rs` (+84 -0) 📝 `frontend/rust-lib/flowy-grid/tests/grid/grid_editor.rs` (+180 -5) 📝 `shared-lib/grid-rev-model/src/grid_block.rs` (+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:39 +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#4748
No description provided.