mirror of
https://github.com/plankanban/planka.git
synced 2025-12-06 09:13:16 +03:00
[PR #334] [CLOSED] (WIP) Create context/right click menu #1186
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/334
Author: @raflymln
Created: 11/19/2022
Status: ❌ Closed
Base:
master← Head:new-features/context-menu📝 Commits (10+)
acf1659Add React Menu packagea8873e3Add context menu when clicking on card0088646Share global eslint opt and move prettier configad2a881Add no-shadow and no-unused-vars rules74ff372Merge branch 'master' into fix/eslint-prettier-configfd5db8fFix lockfile05ea80fPrevent another lockfile than package-lock.json (npm) from being createda4a1eabFix lockfile......... againad78fc5Merge branch 'master' into new-features/context-menue1cb3d4Update lockfile📊 Changes
8 files changed (+288 additions, -55 deletions)
View changed files
📝
client/package-lock.json(+38 -0)📝
client/package.json(+1 -0)📝
client/src/components/Card/ActionsPopup.jsx(+2 -0)📝
client/src/components/Card/Card.jsx(+50 -36)➕
client/src/lib/hooks/use-popup-menu.jsx(+68 -0)📝
client/src/redux-history-context.js(+0 -0)📝
client/src/styles.module.scss(+112 -19)📝
server/package-lock.json(+17 -0)📄 Description
Create a context menu that allow direct action to the component
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.