[PR #1337] [MERGED] fix: create a new property from grid #4668

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

📋 Pull Request Information

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

Base: mainHead: fix_create_field


📝 Commits (3)

  • 299e771 fix: create a new property from grid
  • 54826da chore: update wait response time
  • 1af6c5e fix: bloc test errors

📊 Changes

9 files changed (+74 additions, -46 deletions)

View changed files

📝 .github/workflows/dart_lint.yml (+1 -1)
📝 .github/workflows/dart_test.yml (+3 -8)
📝 .github/workflows/rust_test.yml (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/field/type_option/type_option_context.dart (+28 -5)
📝 frontend/app_flowy/lib/plugins/grid/application/grid_data_controller.dart (+2 -2)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/grid_header.dart (+0 -1)
📝 frontend/app_flowy/test/bloc_test/grid_test/grid_bloc_test.dart (+1 -0)
📝 frontend/app_flowy/test/bloc_test/grid_test/select_option_bloc_test.dart (+5 -2)
📝 frontend/app_flowy/test/bloc_test/grid_test/util.dart (+33 -26)

📄 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/1337 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 10/23/2022 **Status:** ✅ Merged **Merged:** 10/23/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix_create_field` --- ### 📝 Commits (3) - [`299e771`](https://github.com/AppFlowy-IO/AppFlowy/commit/299e771877c90cd1668c38a64e7959666d41cb58) fix: create a new property from grid - [`54826da`](https://github.com/AppFlowy-IO/AppFlowy/commit/54826da70188763fb67f9f96a26418275a3ae3ea) chore: update wait response time - [`1af6c5e`](https://github.com/AppFlowy-IO/AppFlowy/commit/1af6c5eadcba9f37442b2468d805a8c0de2a3c5f) fix: bloc test errors ### 📊 Changes **9 files changed** (+74 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dart_lint.yml` (+1 -1) 📝 `.github/workflows/dart_test.yml` (+3 -8) 📝 `.github/workflows/rust_test.yml` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/type_option/type_option_context.dart` (+28 -5) 📝 `frontend/app_flowy/lib/plugins/grid/application/grid_data_controller.dart` (+2 -2) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/grid_header.dart` (+0 -1) 📝 `frontend/app_flowy/test/bloc_test/grid_test/grid_bloc_test.dart` (+1 -0) 📝 `frontend/app_flowy/test/bloc_test/grid_test/select_option_bloc_test.dart` (+5 -2) 📝 `frontend/app_flowy/test/bloc_test/grid_test/util.dart` (+33 -26) </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:49 +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#4668
No description provided.