[PR #804] [MERGED] feat: add copy link action to card modal #1103

Closed
opened 2026-02-04 21:50:26 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: feat-card-copy-link-action


📝 Commits (3)

  • 0e79684 feat: add copy link action to card modal
  • 1bdab23 revert: undo dev change
  • da53e89 ref: 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.

before

after

Cheers
Hannes


🔄 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/plankanban/planka/pull/804 **Author:** [@HannesOberreiter](https://github.com/HannesOberreiter) **Created:** 6/20/2024 **Status:** ✅ Merged **Merged:** 6/21/2024 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `feat-card-copy-link-action` --- ### 📝 Commits (3) - [`0e79684`](https://github.com/plankanban/planka/commit/0e79684f05b6d44d17482222d78f40b1bbc19b10) feat: :sparkles: add copy link action to card modal - [`1bdab23`](https://github.com/plankanban/planka/commit/1bdab239b5650b83d20ceffca028e191ea7e72e3) revert: :rewind: undo dev change - [`da53e89`](https://github.com/plankanban/planka/commit/da53e8938e783804f5831aa271f551a3f829fb61) ref: Little refactoring ### 📊 Changes **3 files changed** (+22 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/src/components/CardModal/CardModal.jsx` (+18 -1) 📝 `client/src/locales/de/core.js` (+2 -0) 📝 `client/src/locales/en/core.js` (+2 -0) </details> ### 📄 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. ![before](https://github.com/plankanban/planka/assets/16878981/ef7c4fed-abd0-4b75-a63e-53e4520c6f55) ![after](https://github.com/plankanban/planka/assets/16878981/8e66092f-0d13-43dc-98e5-b9a7a2eafa7d) Cheers Hannes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:50:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1103