mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #804] [MERGED] feat: ✨ add copy link action to card modal #1103
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/804
Author: @HannesOberreiter
Created: 6/20/2024
Status: ✅ Merged
Merged: 6/21/2024
Merged by: @meltyshev
Base:
master← Head:feat-card-copy-link-action📝 Commits (3)
0e79684feat: ✨ add copy link action to card modal1bdab23revert: ⏪ undo dev changeda53e89ref: Little refactoring📊 Changes
3 files changed (+22 additions, -1 deletions)
View changed files
📝
client/src/components/CardModal/CardModal.jsx(+18 -1)📝
client/src/locales/de/core.js(+2 -0)📝
client/src/locales/en/core.js(+2 -0)📄 Description
Added a pretty simple button to copy the current link into the clipboard. Nothing fancy but an in depth share button with multiple options is probably overkill when v2 is looming over us.
I know one can copy the url directly, but yeah not for everyone.
The timeout is hardcoded as listening to the clipboard change would require the users permission.
Cheers
Hannes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.