[PR #373] [MERGED] feat: Added feature - open card once created with Ctrl+Enter #1006

Closed
opened 2026-02-04 21:43:38 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/373
Author: @RARgames
Created: 1/8/2023
Status: Merged
Merged: 1/8/2023
Merged by: @meltyshev

Base: masterHead: feat-create-card-and-open


📝 Commits (3)

  • f5d83d0 feat: Added feature - open card once created with Ctrl+Enter
  • fb2681f fix: Cleaned data before passing further (removed open)
  • 3f72a1f fix: Close add card form if auto-open, little refactoring

📊 Changes

6 files changed (+39 additions, -24 deletions)

View changed files

📝 client/src/components/List/CardAdd.jsx (+27 -17)
📝 client/src/containers/ListContainer.js (+1 -1)
📝 client/src/entry-actions/cards.js (+2 -1)
📝 client/src/locales/en/core.js (+1 -1)
📝 client/src/sagas/core/services/cards.js (+6 -2)
📝 client/src/sagas/core/watchers/cards.js (+2 -2)

📄 Description

Also edited en translation to: 'Enter card title... [Ctrl+Enter] to open'

Press Ctrl+Enter to open a card and edit just after creation.


🔄 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/373 **Author:** [@RARgames](https://github.com/RARgames) **Created:** 1/8/2023 **Status:** ✅ Merged **Merged:** 1/8/2023 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `feat-create-card-and-open` --- ### 📝 Commits (3) - [`f5d83d0`](https://github.com/plankanban/planka/commit/f5d83d04566248d39f1f7f39c80922f4ac443024) feat: Added feature - open card once created with Ctrl+Enter - [`fb2681f`](https://github.com/plankanban/planka/commit/fb2681f8c7d982c544b1227c6e4c5798e0473623) fix: Cleaned data before passing further (removed open) - [`3f72a1f`](https://github.com/plankanban/planka/commit/3f72a1f691745925a5a5d0d0ff34e1afd48d4851) fix: Close add card form if auto-open, little refactoring ### 📊 Changes **6 files changed** (+39 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `client/src/components/List/CardAdd.jsx` (+27 -17) 📝 `client/src/containers/ListContainer.js` (+1 -1) 📝 `client/src/entry-actions/cards.js` (+2 -1) 📝 `client/src/locales/en/core.js` (+1 -1) 📝 `client/src/sagas/core/services/cards.js` (+6 -2) 📝 `client/src/sagas/core/watchers/cards.js` (+2 -2) </details> ### 📄 Description Also edited en translation to: 'Enter card title... [Ctrl+Enter] to open' Press Ctrl+Enter to open a card and edit just after creation. --- <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 21:43:38 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1006