feat: add card context menu and duplication functionality#381
Merged
hjball merged 3 commits intokanbn:mainfrom Apr 1, 2026
Merged
feat: add card context menu and duplication functionality#381hjball merged 3 commits intokanbn:mainfrom
hjball merged 3 commits intokanbn:mainfrom
Conversation
Contributor
Author
Contributor
Author
|
Hey @hjball, any updates? |
Contributor
|
Sorry for the delay on this one @charitea, I had to prioritise some critical security patches and observability changes. I'm taking a look into this one now - hoping to get it merged today |
* 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
60e0d79 to
b2676a4
Compare
AstronautCheetah
added a commit
to AstronautCheetah/kan
that referenced
this pull request
Apr 1, 2026
…lations) Merges upstream commits: - feat: add card context menu and duplication functionality (kanbn#381) - fix: avatar upload display and oversized crop on HiDPI screens (kanbn#442) - chore: update/compile translations Conflict resolution: kept Cloudflare R2 avatar URL path (/api/avatar/{key}) over upstream S3 virtual-hosted URL approach. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
All good, thank you! |
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.

