mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-02 17:23:20 +00:00
Add Source creation/edition + Add missing edit forms for tasks and events
This commit is contained in:
parent
f1ac8a42d1
commit
a15c23bb21
24 changed files with 358 additions and 205 deletions
|
@ -44,8 +44,10 @@ export component TaskLine inherits VerticalLayout {
|
|||
taskEdit.show({
|
||||
sourceId: task.sourceId,
|
||||
id: task.id,
|
||||
eventId: task.eventId,
|
||||
title: task.title,
|
||||
scheduled: root.date.year != 0,
|
||||
checked: task.checked,
|
||||
date: date,
|
||||
});
|
||||
}
|
||||
|
@ -87,10 +89,10 @@ export component TaskLine inherits VerticalLayout {
|
|||
Backend.task-clicked(source-index, task-index)
|
||||
}
|
||||
}
|
||||
for tag[tag-index] in task.tags: VTag {
|
||||
/*for tag[tag-index] in task.tags: VTag {
|
||||
text: tag;
|
||||
size: 0.8rem;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue