[PR #1594] [MERGED] Create test template #4842

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1594
Author: @appflowy
Created: 12/21/2022
Status: Merged
Merged: 12/21/2022
Merged by: @appflowy

Base: mainHead: create_test_template


📝 Commits (2)

  • 604efcd refactor: rename functions
  • fd835c3 chore: create test templagte

📊 Changes

36 files changed (+169 additions, -123 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/grid/application/cell/cell_service/cell_service.dart (+1 -1)
📝 frontend/rust-lib/flowy-grid/src/entities/cell_entities.rs (+2 -2)
📝 frontend/rust-lib/flowy-grid/src/event_handler.rs (+3 -3)
📝 frontend/rust-lib/flowy-grid/src/services/cell/cell_operation.rs (+10 -10)
📝 frontend/rust-lib/flowy-grid/src/services/cell/type_cell_data.rs (+9 -8)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/checkbox_type_option/checkbox_filter.rs (+1 -1)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/checkbox_type_option/checkbox_tests.rs (+1 -1)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/checkbox_type_option/checkbox_type_option.rs (+5 -5)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/date_type_option/date_filter.rs (+1 -1)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/date_type_option/date_tests.rs (+1 -1)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/date_type_option/date_type_option.rs (+5 -5)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/number_type_option/number_filter.rs (+1 -1)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/number_type_option/number_tests.rs (+1 -1)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/number_type_option/number_type_option.rs (+5 -5)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/checklist_type_option.rs (+3 -3)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/multi_select_type_option.rs (+3 -3)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/select_filter.rs (+3 -3)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/select_type_option.rs (+9 -9)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/single_select_type_option.rs (+2 -2)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/text_type_option/text_filter.rs (+1 -1)

...and 16 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/1594 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 12/21/2022 **Status:** ✅ Merged **Merged:** 12/21/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `create_test_template` --- ### 📝 Commits (2) - [`604efcd`](https://github.com/AppFlowy-IO/AppFlowy/commit/604efcd5c376a99d1b7b27efceafafe227709c1c) refactor: rename functions - [`fd835c3`](https://github.com/AppFlowy-IO/AppFlowy/commit/fd835c34aa216ff9997a39b334697a80f4481200) chore: create test templagte ### 📊 Changes **36 files changed** (+169 additions, -123 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/grid/application/cell/cell_service/cell_service.dart` (+1 -1) 📝 `frontend/rust-lib/flowy-grid/src/entities/cell_entities.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-grid/src/event_handler.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-grid/src/services/cell/cell_operation.rs` (+10 -10) 📝 `frontend/rust-lib/flowy-grid/src/services/cell/type_cell_data.rs` (+9 -8) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/checkbox_type_option/checkbox_filter.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/checkbox_type_option/checkbox_tests.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/checkbox_type_option/checkbox_type_option.rs` (+5 -5) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/date_type_option/date_filter.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/date_type_option/date_tests.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/date_type_option/date_type_option.rs` (+5 -5) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/number_type_option/number_filter.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/number_type_option/number_tests.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/number_type_option/number_type_option.rs` (+5 -5) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/checklist_type_option.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/multi_select_type_option.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/select_filter.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/select_type_option.rs` (+9 -9) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/single_select_type_option.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/text_type_option/text_filter.rs` (+1 -1) _...and 16 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 22:16:04 +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#4842
No description provided.