mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #1447] feat: Add delete option to project card #1301
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/1447
Author: @SUMMERxKx
Created: 12/1/2025
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
7387887feat: Add delete option to project card📊 Changes
8 files changed (+230 additions, -1 deletions)
View changed files
📝
client/src/components/projects/ProjectCard/ProjectCard.jsx(+36 -1)📝
client/src/components/projects/ProjectCard/ProjectCard.module.scss(+28 -0)➕
client/src/components/projects/ProjectCard/ProjectCardMenu.jsx(+92 -0)➕
client/src/components/projects/ProjectCard/ProjectCardMenu.module.scss(+36 -0)📝
client/src/constants/EntryActionTypes.js(+1 -0)📝
client/src/entry-actions/projects.js(+8 -0)📝
client/src/sagas/core/watchers/projects.js(+1 -0)📝
client/src/selectors/projects.js(+28 -0)📄 Description
Provides a three-dot context menu on each home page project card that allows users to delete projects without opening them. Reuses the existing delete logic including project name confirmation to keep behavior consistent with the project settings page.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.