Popupmenu Todo:

- Show Task Completed
This commit is contained in:
Paolo Arena
2019-03-04 17:28:29 +01:00
parent fa17de24f0
commit 9803c451f9
21 changed files with 942 additions and 1391 deletions

View File

@@ -35,10 +35,9 @@ export interface IDrag {
atfirst?: boolean
}
export interface ITodosState {
visuOnlyUncompleted: boolean
todos: [ ITodo[] ]
showtype: number
todos: [ITodo[]]
categories: string[]
// todos_changed: number
reload_fromServer: number