[PR #346] [CLOSED] copy-button-added #994

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

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/346
Author: @Riya123-code
Created: 11/30/2022
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

6 files changed (+225 additions, -8 deletions)

View changed files

client/src/components/CardCopyPopup.jsx (+5 -0)
client/src/components/CardCopyStep/CardCopyStep.jsx (+167 -0)
client/src/components/CardCopyStep/CardCopyStep.module.scss (+12 -0)
client/src/components/CardCopyStep/index.js (+3 -0)
📝 client/src/components/CardModal/CardModal.jsx (+27 -1)
📝 client/src/components/List/CardAdd.jsx (+11 -7)

📄 Description

Copy button to copy the card content is added .


🔄 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/346 **Author:** [@Riya123-code](https://github.com/Riya123-code) **Created:** 11/30/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`f06a99e`](https://github.com/plankanban/planka/commit/f06a99e581548bf91708b4af4c51c2382ecbe42e) copy-button-added - [`c61fcc3`](https://github.com/plankanban/planka/commit/c61fcc36faada9771b0b4d72bdea3ce5cae24176) added copy button to card modal ### 📊 Changes **6 files changed** (+225 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `client/src/components/CardCopyPopup.jsx` (+5 -0) ➕ `client/src/components/CardCopyStep/CardCopyStep.jsx` (+167 -0) ➕ `client/src/components/CardCopyStep/CardCopyStep.module.scss` (+12 -0) ➕ `client/src/components/CardCopyStep/index.js` (+3 -0) 📝 `client/src/components/CardModal/CardModal.jsx` (+27 -1) 📝 `client/src/components/List/CardAdd.jsx` (+11 -7) </details> ### 📄 Description Copy button to copy the card content is added . --- <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:42:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#994