mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[PR #373] [MERGED] feat: Added feature - open card once created with Ctrl+Enter #1006
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/373
Author: @RARgames
Created: 1/8/2023
Status: ✅ Merged
Merged: 1/8/2023
Merged by: @meltyshev
Base:
master← Head:feat-create-card-and-open📝 Commits (3)
f5d83d0feat: Added feature - open card once created with Ctrl+Enterfb2681ffix: Cleaned data before passing further (removed open)3f72a1ffix: 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.