[PR #959] [MERGED] feat: support create new field when editing the row #4455

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/959
Author: @appflowy
Created: 8/31/2022
Status: Merged
Merged: 8/31/2022
Merged by: @appflowy

Base: mainHead: feat/insert_field


📝 Commits (2)

  • a9f5f8d chore: support create new field when editing the row
  • 349f599 chore: fix edit bugs

📊 Changes

6 files changed (+115 additions, -64 deletions)

View changed files

📝 frontend/app_flowy/assets/translations/en.json (+2 -1)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_select_option_cell.dart (+4 -1)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_text_cell.dart (+29 -27)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/card.dart (+8 -13)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/grid_header.dart (+6 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/row_detail.dart (+66 -21)

📄 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/959 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 8/31/2022 **Status:** ✅ Merged **Merged:** 8/31/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/insert_field` --- ### 📝 Commits (2) - [`a9f5f8d`](https://github.com/AppFlowy-IO/AppFlowy/commit/a9f5f8d508e7d10847ffe531ad037568b91f0f85) chore: support create new field when editing the row - [`349f599`](https://github.com/AppFlowy-IO/AppFlowy/commit/349f599a43ad4d41f25a27e9f99ff6b6ecfdb9ce) chore: fix edit bugs ### 📊 Changes **6 files changed** (+115 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/assets/translations/en.json` (+2 -1) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_select_option_cell.dart` (+4 -1) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_text_cell.dart` (+29 -27) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/card.dart` (+8 -13) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/grid_header.dart` (+6 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/row_detail.dart` (+66 -21) </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:37:53 +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#4455
No description provided.