[PR #2664] [MERGED] feat: add default text when create a new field #5353

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2664
Author: @appflowy
Created: 5/30/2023
Status: Merged
Merged: 5/30/2023
Merged by: @appflowy

Base: developHead: feat/add_default_text


📝 Commits (1)

  • 805ee2c chore: add default text when adding a new field

📊 Changes

9 files changed (+33 additions, -35 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/application/field/field_editor_bloc.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/application/field/type_option/type_option_context.dart (+13 -18)
📝 frontend/appflowy_flutter/lib/plugins/database_view/application/field/type_option/type_option_data_controller.dart (+9 -3)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/field_cell_action_sheet.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/field_editor.dart (+7 -8)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/toolbar/grid_property.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/row_detail.dart (+0 -1)
📝 frontend/appflowy_flutter/test/bloc_test/board_test/util.dart (+1 -1)
📝 frontend/appflowy_flutter/test/bloc_test/grid_test/util.dart (+1 -1)

📄 Description

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/2664 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 5/30/2023 **Status:** ✅ Merged **Merged:** 5/30/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `develop` ← **Head:** `feat/add_default_text` --- ### 📝 Commits (1) - [`805ee2c`](https://github.com/AppFlowy-IO/AppFlowy/commit/805ee2c2f690fb61935aeb997575a856e43720af) chore: add default text when adding a new field ### 📊 Changes **9 files changed** (+33 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/field/field_editor_bloc.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/field/type_option/type_option_context.dart` (+13 -18) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/field/type_option/type_option_data_controller.dart` (+9 -3) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/field_cell_action_sheet.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/field_editor.dart` (+7 -8) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/toolbar/grid_property.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/row_detail.dart` (+0 -1) 📝 `frontend/appflowy_flutter/test/bloc_test/board_test/util.dart` (+1 -1) 📝 `frontend/appflowy_flutter/test/bloc_test/grid_test/util.dart` (+1 -1) </details> ### 📄 Description #### PR Checklist - [ ] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:18:21 +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#5353
No description provided.