[PR #1615] [MERGED] test: grid switch from number to text test #4853

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1615
Author: @0xkelvin
Created: 12/28/2022
Status: Merged
Merged: 12/28/2022
Merged by: @appflowy

Base: mainHead: fr/grid_switch_from_number_to_text_test


📝 Commits (4)

📊 Changes

6 files changed (+96 additions, -53 deletions)

View changed files

📝 frontend/rust-lib/flowy-grid/src/services/cell/cell_operation.rs (+14 -5)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/select_type_option.rs (+5 -4)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/text_type_option/text_tests.rs (+9 -21)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/text_type_option/text_type_option.rs (+28 -13)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/type_option_cell.rs (+9 -3)
📝 frontend/rust-lib/flowy-grid/tests/grid/field_test/test.rs (+31 -7)

📄 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/1615 **Author:** [@0xkelvin](https://github.com/0xkelvin) **Created:** 12/28/2022 **Status:** ✅ Merged **Merged:** 12/28/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fr/grid_switch_from_number_to_text_test` --- ### 📝 Commits (4) - [`d08f2b9`](https://github.com/AppFlowy-IO/AppFlowy/commit/d08f2b9a4627548fb8768f123ca3b3598cdb77af) test: grid switch from number to text test - [`15c5d07`](https://github.com/AppFlowy-IO/AppFlowy/commit/15c5d074e0d0a27a4c36c9c6f469446ea8c09275) chore: update test - [`6ec7225`](https://github.com/AppFlowy-IO/AppFlowy/commit/6ec72257085fbcf0816cfe332b78be9442f55c0f) chore: fix tests - [`b4e9b59`](https://github.com/AppFlowy-IO/AppFlowy/commit/b4e9b5993dfe71b6facb199dff15fb337741adc8) chore: cargo fmt ### 📊 Changes **6 files changed** (+96 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/flowy-grid/src/services/cell/cell_operation.rs` (+14 -5) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/select_type_option.rs` (+5 -4) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/text_type_option/text_tests.rs` (+9 -21) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/text_type_option/text_type_option.rs` (+28 -13) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/type_option_cell.rs` (+9 -3) 📝 `frontend/rust-lib/flowy-grid/tests/grid/field_test/test.rs` (+31 -7) </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:07 +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#4853
No description provided.