mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 13:19:44 +02:00
Add covers for cards
This commit is contained in:
parent
6a68ec9c1e
commit
49dc28b0d7
26 changed files with 315 additions and 98 deletions
|
@ -34,7 +34,7 @@ const makeMapStateToProps = () => {
|
|||
const allProjectMemberships = membershipsForCurrentProjectSelector(state);
|
||||
const allLabels = labelsForCurrentBoardSelector(state);
|
||||
|
||||
const { name, dueDate, timer, isPersisted } = cardByIdSelector(state, id);
|
||||
const { name, dueDate, timer, coverUrl, isPersisted } = cardByIdSelector(state, id);
|
||||
|
||||
const users = usersByCardIdSelector(state, id);
|
||||
const labels = labelsByCardIdSelector(state, id);
|
||||
|
@ -47,6 +47,7 @@ const makeMapStateToProps = () => {
|
|||
name,
|
||||
dueDate,
|
||||
timer,
|
||||
coverUrl,
|
||||
isPersisted,
|
||||
notificationsTotal,
|
||||
users,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue