feat: add card context menu and duplication functionality#381
Open
charitea wants to merge 3 commits intokanbn:mainfrom
Open
feat: add card context menu and duplication functionality#381charitea wants to merge 3 commits intokanbn:mainfrom
charitea wants to merge 3 commits intokanbn:mainfrom
Conversation
* Implemented a context menu for cards allowing actions such as copying links, duplicating cards, and managing members, labels, and due dates * Added modals for card duplication and context actions. * Updated API with a new endpoint for duplicating cards, including options for copying labels, members, and checklists
* Removed cardPublicId prop from CardContextMenu and CardContextMembersModal for cleaner context handling * Updated scrollbar styling
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Managing members:
Recording.2026-02-10.023419.mp4
Moving cards:
Recording.2026-02-10.023549.mp4
Managing labels:
Recording.2026-02-10.023722.mp4
Due dates:
Recording.2026-02-10.023814.mp4
Delete card:
Recording.2026-02-10.025431.mp4
Card duplication:
https://files.catbox.moe/pagnr9.mp4 2mb over github limit :(
This is very close to the existing Trello right click context menu, making many in-card options a lot more accessible and quick to access.

