[PR #2921] [MERGED] feat: add duplicate in context menu #5476

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2921
Author: @vedant-pandey
Created: 7/1/2023
Status: Merged
Merged: 8/1/2023
Merged by: @LucasXu0

Base: mainHead: feat_add_duplicate_btn


📝 Commits (5)

  • 89f9d70 feat: add duplicate in context menu
  • 4bf250a fix: pass groupId as optional param for duplicateRow
  • 3b3e132 Apply suggestions from code review
  • 0d0c6bb Merge branch 'main' into feat_add_duplicate_btn
  • 2a02fa5 test: add integration test

📊 Changes

7 files changed (+83 additions, -6 deletions)

View changed files

frontend/appflowy_flutter/integration_test/board/board_row_test.dart (+50 -0)
frontend/appflowy_flutter/integration_test/board/board_test_runner.dart (+10 -0)
📝 frontend/appflowy_flutter/integration_test/runner.dart (+4 -0)
📝 frontend/appflowy_flutter/lib/plugins/database_view/board/presentation/board_page.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/application/row/row_action_sheet_bloc.dart (+5 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/row/action.dart (+7 -2)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/card.dart (+6 -3)

📄 Description

Feature Preview

Fixes #2833


PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • I've listed at least one issue that this PR fixes in the description above.
  • 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/2921 **Author:** [@vedant-pandey](https://github.com/vedant-pandey) **Created:** 7/1/2023 **Status:** ✅ Merged **Merged:** 8/1/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feat_add_duplicate_btn` --- ### 📝 Commits (5) - [`89f9d70`](https://github.com/AppFlowy-IO/AppFlowy/commit/89f9d70d2b985841470bc48a422ee3d4c0a6304a) feat: add duplicate in context menu - [`4bf250a`](https://github.com/AppFlowy-IO/AppFlowy/commit/4bf250a424e062b75c71eee7474bb22a7056194d) fix: pass groupId as optional param for duplicateRow - [`3b3e132`](https://github.com/AppFlowy-IO/AppFlowy/commit/3b3e1320739141294eef89d2769a02bc555146d4) Apply suggestions from code review - [`0d0c6bb`](https://github.com/AppFlowy-IO/AppFlowy/commit/0d0c6bbdcf86f93c6a580d90f2fa3437c8c5b503) Merge branch 'main' into feat_add_duplicate_btn - [`2a02fa5`](https://github.com/AppFlowy-IO/AppFlowy/commit/2a02fa5ba299c8157728c91af81498716c77eb58) test: add integration test ### 📊 Changes **7 files changed** (+83 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `frontend/appflowy_flutter/integration_test/board/board_row_test.dart` (+50 -0) ➕ `frontend/appflowy_flutter/integration_test/board/board_test_runner.dart` (+10 -0) 📝 `frontend/appflowy_flutter/integration_test/runner.dart` (+4 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/board/presentation/board_page.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/application/row/row_action_sheet_bloc.dart` (+5 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/row/action.dart` (+7 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/card.dart` (+6 -3) </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview Fixes #2833 <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] this PR only contains semantic changes. - [ ] 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:18:55 +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#5476
No description provided.