added themecolor and themebgcolor to todos and projects

This commit is contained in:
Paolo Arena
2019-04-29 23:47:42 +02:00
parent 166be747a5
commit 08c0ded31f
26 changed files with 547 additions and 221 deletions

View File

@@ -23,6 +23,8 @@ export interface ITodo {
hoursplanned?: number
hoursworked?: number
start_date?: Date
themecolor?: string
themebgcolor?: string
}
export interface IParamTodo {