[PR #944] [MERGED] chore: add edit card button #4445

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

📋 Pull Request Information

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

Base: mainHead: feat/edit_card_button


📝 Commits (1)

  • a7349f4 chore: add edit card button

📊 Changes

10 files changed (+178 additions, -34 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/board/application/card/board_text_cell_bloc.dart (+6 -0)
📝 frontend/app_flowy/lib/plugins/board/application/card/card_bloc.dart (+4 -1)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_cell.dart (+51 -0)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_select_option_cell.dart (+6 -1)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_text_cell.dart (+38 -14)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/card.dart (+41 -2)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/card_cell_builder.dart (+4 -0)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/card_container.dart (+19 -15)
📝 frontend/app_flowy/packages/flowy_infra/lib/notifier.dart (+8 -1)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/select_option.rs (+1 -0)

📄 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/944 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 8/30/2022 **Status:** ✅ Merged **Merged:** 8/30/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/edit_card_button` --- ### 📝 Commits (1) - [`a7349f4`](https://github.com/AppFlowy-IO/AppFlowy/commit/a7349f43aa2c16df7dd4aad71c6207d901e63184) chore: add edit card button ### 📊 Changes **10 files changed** (+178 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/board/application/card/board_text_cell_bloc.dart` (+6 -0) 📝 `frontend/app_flowy/lib/plugins/board/application/card/card_bloc.dart` (+4 -1) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_cell.dart` (+51 -0) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_select_option_cell.dart` (+6 -1) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_text_cell.dart` (+38 -14) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/card.dart` (+41 -2) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/card_cell_builder.dart` (+4 -0) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/card_container.dart` (+19 -15) 📝 `frontend/app_flowy/packages/flowy_infra/lib/notifier.dart` (+8 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/select_option.rs` (+1 -0) </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:51 +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#4445
No description provided.