mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #1436] [MERGED] feat: Add basic shortcuts #1297
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/1436
Author: @zserge
Created: 11/22/2025
Status: ✅ Merged
Merged: 11/24/2025
Merged by: @meltyshev
Base:
master← Head:master📝 Commits (4)
4b6038afeat: Add basic shortcutsd80f0b3fix: Rework handling to be board-wide expandable712a65bref: Fix export positionbd74be2chore: Cleanup📊 Changes
7 files changed (+277 additions, -11 deletions)
View changed files
📝
client/src/components/boards/Board/Board.jsx(+4 -1)➕
client/src/components/boards/Board/ShortcutsProvider.jsx(+227 -0)📝
client/src/components/cards/Card/ActionsStep.jsx(+9 -2)📝
client/src/components/cards/Card/Card.jsx(+21 -1)➕
client/src/contexts/BoardShortcutsContext.js(+8 -0)📝
client/src/contexts/index.js(+2 -1)📝
client/src/lib/popup/use-popup.jsx(+6 -6)📄 Description
Trying to implement some shortcuts similar to Trello, which seems to be a much requested feature since 2020. Hope this helps.
https://github.com/plankanban/planka/issues/23
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.