mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #1234] [MERGED] feat: Display name of card when linking in a task list #1243
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/1234
Author: @valcriss
Created: 7/5/2025
Status: ✅ Merged
Merged: 7/8/2025
Merged by: @meltyshev
Base:
master← Head:feat/add-card-name-in-task-list📝 Commits (2)
5e073a3feat: Add selector for card names and update task completion logiccf52a00ref: Refactoring📊 Changes
5 files changed (+158 additions, -45 deletions)
View changed files
📝
client/src/components/cards/Card/TaskList/Task.jsx(+27 -1)📝
client/src/components/cards/Card/TaskList/TaskList.jsx(+29 -5)📝
client/src/components/common/Linkify.jsx(+47 -26)📝
client/src/components/task-lists/TaskList/Task/Task.jsx(+26 -6)📝
client/src/components/task-lists/TaskList/TaskList.jsx(+29 -7)📄 Description
What’s new
Why ?
How it works
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.