mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #346] [CLOSED] copy-button-added #994
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/346
Author: @Riya123-code
Created: 11/30/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
f06a99ecopy-button-addedc61fcc3added copy button to card modal📊 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.