[PR #1261] [MERGED] Feat: option to create card on top of the list (closes #1260) #1252

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

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1261
Author: @ranamashood
Created: 7/19/2025
Status: Merged
Merged: 7/21/2025
Merged by: @meltyshev

Base: masterHead: feat/new-card-on-top


📝 Commits (3)

  • c45f126 feat: option to create card on top of the list
  • fc5ae75 fix: list scrolls to bottom when card is added at the top
  • ab56636 ref: Little refactoring

📊 Changes

6 files changed (+61 additions, -41 deletions)

View changed files

📝 client/src/components/boards/Board/FiniteContent.jsx (+1 -1)
📝 client/src/components/lists/List/List.jsx (+35 -18)
📝 client/src/constants/EntryActionTypes.js (+1 -1)
📝 client/src/entry-actions/cards.js (+8 -6)
📝 client/src/sagas/core/services/cards.js (+9 -9)
📝 client/src/sagas/core/watchers/cards.js (+7 -6)

📄 Description

Closes #1260


🔄 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/1261 **Author:** [@ranamashood](https://github.com/ranamashood) **Created:** 7/19/2025 **Status:** ✅ Merged **Merged:** 7/21/2025 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `feat/new-card-on-top` --- ### 📝 Commits (3) - [`c45f126`](https://github.com/plankanban/planka/commit/c45f1263663e9d4dd15d358accc1aceb354e1112) feat: option to create card on top of the list - [`fc5ae75`](https://github.com/plankanban/planka/commit/fc5ae75c8844afcf32a4d08e4ac54d130dfb70b0) fix: list scrolls to bottom when card is added at the top - [`ab56636`](https://github.com/plankanban/planka/commit/ab56636f5c234e8a30b7984ee9744cb84b155a41) ref: Little refactoring ### 📊 Changes **6 files changed** (+61 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `client/src/components/boards/Board/FiniteContent.jsx` (+1 -1) 📝 `client/src/components/lists/List/List.jsx` (+35 -18) 📝 `client/src/constants/EntryActionTypes.js` (+1 -1) 📝 `client/src/entry-actions/cards.js` (+8 -6) 📝 `client/src/sagas/core/services/cards.js` (+9 -9) 📝 `client/src/sagas/core/watchers/cards.js` (+7 -6) </details> ### 📄 Description Closes #1260 --- <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:59:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1252