mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-06 11:33:18 +00:00
Add current time indicator of the current day on the Calendar
This commit is contained in:
parent
ab2200ecc1
commit
e2cd994026
9 changed files with 54 additions and 8 deletions
|
@ -101,6 +101,7 @@ export component EventGroup {
|
|||
padding-bottom: 8px;
|
||||
TaskLine {
|
||||
title: task.title;
|
||||
checked: task.checked;
|
||||
delete => {
|
||||
root.delete-task(task.id)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue