[PR #1049] [MERGED] Feat/merge release 0051 #4514

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1049
Author: @appflowy
Created: 9/15/2022
Status: Merged
Merged: 9/15/2022
Merged by: @appflowy

Base: mainHead: feat/merge_release_0051


📝 Commits (4)

  • 3427566 feat: enable delete field in edit row detail page
  • cb293e9 chore: update version number
  • 97eab3b chore: merge release 0.0.5.1
  • 1de3999 chore: fix bugs

📊 Changes

25 files changed (+330 additions, -84 deletions)

View changed files

📝 CHANGELOG.md (+22 -0)
📝 frontend/Makefile.toml (+1 -1)
📝 frontend/app_flowy/assets/translations/en.json (+2 -1)
📝 frontend/app_flowy/lib/plugins/board/presentation/board_page.dart (+7 -2)
📝 frontend/app_flowy/lib/plugins/doc/document.dart (+2 -1)
📝 frontend/app_flowy/lib/plugins/doc/presentation/toolbar/link_button.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/field/field_editor_bloc.dart (+26 -2)
📝 frontend/app_flowy/lib/plugins/grid/application/row/row_detail_bloc.dart (+9 -0)
📝 frontend/app_flowy/lib/plugins/grid/presentation/grid_page.dart (+1 -3)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell_action_sheet.dart (+11 -4)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_editor.dart (+74 -3)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_type_option_editor.dart (+1 -2)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/builder.dart (+4 -3)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/row_action_sheet.dart (+10 -3)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/row_detail.dart (+34 -7)
📝 frontend/app_flowy/lib/workspace/presentation/home/menu/app/create_button.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/header.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/item.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/dialogs.dart (+77 -27)
📝 frontend/app_flowy/macos/Runner.xcodeproj/project.pbxproj (+3 -0)

...and 5 more files

📄 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/1049 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 9/15/2022 **Status:** ✅ Merged **Merged:** 9/15/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/merge_release_0051` --- ### 📝 Commits (4) - [`3427566`](https://github.com/AppFlowy-IO/AppFlowy/commit/34275664b2131c7e72b51ece2390282c43e5d466) feat: enable delete field in edit row detail page - [`cb293e9`](https://github.com/AppFlowy-IO/AppFlowy/commit/cb293e9e5192682197ef3041c7f24148d3f12eef) chore: update version number - [`97eab3b`](https://github.com/AppFlowy-IO/AppFlowy/commit/97eab3b64899ade0e8ba5c548d10c4f9327bd1f4) chore: merge release 0.0.5.1 - [`1de3999`](https://github.com/AppFlowy-IO/AppFlowy/commit/1de3999e3a67fbfa6454c8a99c8db3304242a7ce) chore: fix bugs ### 📊 Changes **25 files changed** (+330 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+22 -0) 📝 `frontend/Makefile.toml` (+1 -1) 📝 `frontend/app_flowy/assets/translations/en.json` (+2 -1) 📝 `frontend/app_flowy/lib/plugins/board/presentation/board_page.dart` (+7 -2) 📝 `frontend/app_flowy/lib/plugins/doc/document.dart` (+2 -1) 📝 `frontend/app_flowy/lib/plugins/doc/presentation/toolbar/link_button.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/field_editor_bloc.dart` (+26 -2) 📝 `frontend/app_flowy/lib/plugins/grid/application/row/row_detail_bloc.dart` (+9 -0) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/grid_page.dart` (+1 -3) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell_action_sheet.dart` (+11 -4) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_editor.dart` (+74 -3) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_type_option_editor.dart` (+1 -2) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/builder.dart` (+4 -3) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/row_action_sheet.dart` (+10 -3) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/row_detail.dart` (+34 -7) 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/app/create_button.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/header.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/item.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/dialogs.dart` (+77 -27) 📝 `frontend/app_flowy/macos/Runner.xcodeproj/project.pbxproj` (+3 -0) _...and 5 more files_ </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:08 +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#4514
No description provided.