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 f84166406f
commit c594e8bd71
12 changed files with 207 additions and 38 deletions

View File

@@ -80,6 +80,9 @@ module.exports = {
custom: dueDateValidator,
allowNull: true,
},
dueCompleted: {
type: 'boolean',
},
stopwatch: {
type: 'json',
custom: stopwatchValidator,
@@ -173,6 +176,7 @@ module.exports = {
'name',
'description',
'dueDate',
'dueCompleted',
'stopwatch',
'isSubscribed',
]);