[PR #1294] [MERGED] Refactor/selection option transform #4657

Closed
opened 2026-03-23 21:38:46 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1294
Author: @appflowy
Created: 10/17/2022
Status: Merged
Merged: 10/17/2022
Merged by: @appflowy

Base: mainHead: refactor/selection_option_transform


📝 Commits (2)

  • df7004e chore: support unnamed struct in AST parser progress
  • 0d223de chore: handle select option type option data transform in one place

📊 Changes

7 files changed (+84 additions, -31 deletions)

View changed files

📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/mod.rs (+1 -0)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/multi_select_type_option.rs (+2 -1)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/select_type_option.rs (+8 -21)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/single_select_type_option.rs (+2 -1)
frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/type_option_transform.rs (+63 -0)
📝 shared-lib/flowy-ast/src/ast.rs (+7 -6)
📝 shared-lib/flowy-ast/src/ty_ext.rs (+1 -2)

📄 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/1294 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 10/17/2022 **Status:** ✅ Merged **Merged:** 10/17/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `refactor/selection_option_transform` --- ### 📝 Commits (2) - [`df7004e`](https://github.com/AppFlowy-IO/AppFlowy/commit/df7004e19dc39f9e7bae19d1ea13935023f4faef) chore: support unnamed struct in AST parser progress - [`0d223de`](https://github.com/AppFlowy-IO/AppFlowy/commit/0d223de66e6e36a3e2fcdfd472017e3b66fe474f) chore: handle select option type option data transform in one place ### 📊 Changes **7 files changed** (+84 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/mod.rs` (+1 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/multi_select_type_option.rs` (+2 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/select_type_option.rs` (+8 -21) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/single_select_type_option.rs` (+2 -1) ➕ `frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/type_option_transform.rs` (+63 -0) 📝 `shared-lib/flowy-ast/src/ast.rs` (+7 -6) 📝 `shared-lib/flowy-ast/src/ty_ext.rs` (+1 -2) </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 21:38:46 +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#4657
No description provided.