[PR #4856] [MERGED] feat: clear all cells #6493

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4856
Author: @Xazin
Created: 3/8/2024
Status: Merged
Merged: 3/21/2024
Merged by: @Xazin

Base: mainHead: feat/clear-cells-in-field


📝 Commits (4)

  • e834fb5 feat: clear all cells
  • fbcba73 chore: merge branch 'upstream/main' into feat/clear-cells-in-field
  • 25c5687 fix: smaller dialog width
  • 085c8a9 fix: clippy warning

📊 Changes

8 files changed (+147 additions, -7 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database/domain/field_service.dart (+13 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/header/field_editor.dart (+23 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/widgets/dialogs.dart (+9 -5)
📝 frontend/resources/translations/en.json (+2 -0)
📝 frontend/rust-lib/flowy-database2/src/entities/field_entities.rs (+25 -0)
📝 frontend/rust-lib/flowy-database2/src/event_handler.rs (+14 -0)
📝 frontend/rust-lib/flowy-database2/src/event_map.rs (+6 -0)
📝 frontend/rust-lib/flowy-database2/src/services/database/database_editor.rs (+55 -2)

📄 Description

Requires: https://github.com/AppFlowy-IO/AppFlowy-Collab/pull/169

Feature Preview

TBD

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • 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/4856 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 3/8/2024 **Status:** ✅ Merged **Merged:** 3/21/2024 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `main` ← **Head:** `feat/clear-cells-in-field` --- ### 📝 Commits (4) - [`e834fb5`](https://github.com/AppFlowy-IO/AppFlowy/commit/e834fb5621fb0373ee270032cc7de6e257f3aea4) feat: clear all cells - [`fbcba73`](https://github.com/AppFlowy-IO/AppFlowy/commit/fbcba735a88652fc258ea3b99cbea622ec4deb77) chore: merge branch 'upstream/main' into feat/clear-cells-in-field - [`25c5687`](https://github.com/AppFlowy-IO/AppFlowy/commit/25c5687724761f869d86d01369c78518988b49c7) fix: smaller dialog width - [`085c8a9`](https://github.com/AppFlowy-IO/AppFlowy/commit/085c8a9425d9bfd9ee7216debee4709903f74d8f) fix: clippy warning ### 📊 Changes **8 files changed** (+147 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database/domain/field_service.dart` (+13 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/header/field_editor.dart` (+23 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/widgets/dialogs.dart` (+9 -5) 📝 `frontend/resources/translations/en.json` (+2 -0) 📝 `frontend/rust-lib/flowy-database2/src/entities/field_entities.rs` (+25 -0) 📝 `frontend/rust-lib/flowy-database2/src/event_handler.rs` (+14 -0) 📝 `frontend/rust-lib/flowy-database2/src/event_map.rs` (+6 -0) 📝 `frontend/rust-lib/flowy-database2/src/services/database/database_editor.rs` (+55 -2) </details> ### 📄 Description Requires: https://github.com/AppFlowy-IO/AppFlowy-Collab/pull/169 ### Feature Preview TBD #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] 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. - [x] 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:23:28 +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#6493
No description provided.