mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-03 18:23:19 +00:00
Add Unscheduled tasks
This commit is contained in:
parent
07081bb27b
commit
53b1280115
13 changed files with 134 additions and 12 deletions
|
@ -38,6 +38,7 @@ export global Backend {
|
|||
in-out property<[string]> sources;
|
||||
in-out property<[string]> tags;
|
||||
in-out property<[Day]> visible_tasks;
|
||||
in-out property<[TaskData]> unscheduled-tasks;
|
||||
|
||||
callback task_clicked(int, int);
|
||||
callback source_clicked(int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue