[PR #1436] [MERGED] feat: Add basic shortcuts #1297

Closed
opened 2026-02-04 22:02:11 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (4)

  • 4b6038a feat: Add basic shortcuts
  • d80f0b3 fix: Rework handling to be board-wide expandable
  • 712a65b ref: Fix export position
  • bd74be2 chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/1436 **Author:** [@zserge](https://github.com/zserge) **Created:** 11/22/2025 **Status:** ✅ Merged **Merged:** 11/24/2025 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`4b6038a`](https://github.com/plankanban/planka/commit/4b6038ae47e08c56ee2a0a23c16739cd33b9a546) feat: Add basic shortcuts - [`d80f0b3`](https://github.com/plankanban/planka/commit/d80f0b36f1028a46557962657e9792c2fe803284) fix: Rework handling to be board-wide expandable - [`712a65b`](https://github.com/plankanban/planka/commit/712a65bffb19743525f167bcc676fb98ec9c4275) ref: Fix export position - [`bd74be2`](https://github.com/plankanban/planka/commit/bd74be2f35e5169ae38fa3d25ab95c4263754632) chore: Cleanup ### 📊 Changes **7 files changed** (+277 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <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 22:02:11 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1297