Remove unused code, move logic from .h to their .cpp, clean some things

This commit is contained in:
Vyn 2024-09-02 11:52:06 +02:00
parent 924e35ecc4
commit cb6c663833
41 changed files with 492 additions and 978 deletions

View file

@ -35,7 +35,7 @@ struct OpenNewTaskFormParams {
}
export global Backend {
in-out property<[string]> resources;
in-out property<[string]> sources;
in-out property<[string]> tags;
in-out property<[Day]> visible_tasks;