mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
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/1261
Author: @ranamashood
Created: 7/19/2025
Status: ✅ Merged
Merged: 7/21/2025
Merged by: @meltyshev
Base:
master← Head:feat/new-card-on-top📝 Commits (3)
c45f126feat: option to create card on top of the listfc5ae75fix: list scrolls to bottom when card is added at the topab56636ref: 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.