1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

feat: Colorize due date and make it toggleable (#845)

This commit is contained in:
Arkadiusz Dzięgiel 2024-08-12 16:29:50 +00:00 committed by GitHub
parent 198518a51a
commit c4c6d738a5
12 changed files with 207 additions and 38 deletions

View file

@ -28,6 +28,11 @@ module.exports = {
type: 'ref',
columnName: 'due_date',
},
dueCompleted: {
type: 'boolean',
defaultsTo: false,
columnName: 'due_completed',
},
stopwatch: {
type: 'json',
},