mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(todo): warn when something is due today
This commit is contained in:
@@ -153,10 +153,10 @@ in {
|
||||
state: (
|
||||
if $overdue > 0 then
|
||||
"Critical"
|
||||
elif $dueToday == 0 then
|
||||
"Good"
|
||||
elif $dueToday > 0 then
|
||||
"Warning"
|
||||
else
|
||||
"Info"
|
||||
"Idle"
|
||||
end
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user