mirror of
https://github.com/plankanban/planka.git
synced 2025-07-25 16:19:47 +02:00
feat: Colorize due date and make it toggleable (#845)
This commit is contained in:
parent
f84166406f
commit
c594e8bd71
12 changed files with 207 additions and 38 deletions
|
@ -21,6 +21,7 @@ const mapStateToProps = (state) => {
|
|||
name,
|
||||
description,
|
||||
dueDate,
|
||||
dueCompleted,
|
||||
stopwatch,
|
||||
isSubscribed,
|
||||
isActivitiesFetching,
|
||||
|
@ -49,6 +50,7 @@ const mapStateToProps = (state) => {
|
|||
name,
|
||||
description,
|
||||
dueDate,
|
||||
dueCompleted,
|
||||
stopwatch,
|
||||
isSubscribed,
|
||||
isActivitiesFetching,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue