[PR #863] [MERGED] Feat: refresh card after editting the row #4398

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

📋 Pull Request Information

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

Base: mainHead: feat/refresh_card


📝 Commits (1)

📊 Changes

11 files changed (+58 additions, -31 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/board/application/board_bloc.dart (+3 -1)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_select_option_cell.dart (+7 -1)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_text_cell.dart (+8 -3)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_url_cell.dart (+17 -15)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/card.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/cell/cell_service/context_builder.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/date_cell/date_editor.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/number_cell.dart (+8 -3)
📝 frontend/rust-lib/flowy-grid/src/services/grid_editor.rs (+5 -2)
📝 frontend/rust-lib/flowy-grid/src/services/grid_view_editor.rs (+1 -1)
📝 frontend/rust-lib/flowy-grid/src/services/grid_view_manager.rs (+6 -2)

📄 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/863 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 8/16/2022 **Status:** ✅ Merged **Merged:** 8/16/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/refresh_card` --- ### 📝 Commits (1) - [`9456fbd`](https://github.com/AppFlowy-IO/AppFlowy/commit/9456fbd57388f53ad84afdf2d6608997867909dc) chore: fix some bugs ### 📊 Changes **11 files changed** (+58 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/board/application/board_bloc.dart` (+3 -1) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_select_option_cell.dart` (+7 -1) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_text_cell.dart` (+8 -3) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_url_cell.dart` (+17 -15) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/card.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/cell/cell_service/context_builder.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/date_cell/date_editor.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/number_cell.dart` (+8 -3) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_editor.rs` (+5 -2) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_view_editor.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/grid_view_manager.rs` (+6 -2) </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:38 +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#4398
No description provided.