mirror of
https://github.com/plankanban/planka.git
synced 2025-07-20 05:39:43 +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
|
@ -28,6 +28,11 @@ module.exports = {
|
|||
type: 'ref',
|
||||
columnName: 'due_date',
|
||||
},
|
||||
dueCompleted: {
|
||||
type: 'boolean',
|
||||
defaultsTo: false,
|
||||
columnName: 'due_completed',
|
||||
},
|
||||
stopwatch: {
|
||||
type: 'json',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue