Add hint to show how many days left relative to today

This commit is contained in:
Vyn 2024-10-08 17:05:52 +02:00
parent 53b1280115
commit 534da46a26
4 changed files with 33 additions and 13 deletions

View file

@ -26,7 +26,8 @@ export struct Day {
events: [Event],
tasks: [TaskData],
isLate: bool,
isToday: bool
isToday: bool,
relativeDaysDiff: int
}
struct OpenNewTaskFormParams {