++ Added "Projects" (step 1)
This commit is contained in:
@@ -17,7 +17,7 @@ export interface IProject {
|
||||
progress?: number
|
||||
}
|
||||
|
||||
export interface IParamProject {
|
||||
export interface IParamIProject {
|
||||
categorySel?: string
|
||||
checkPending?: boolean
|
||||
id?: string
|
||||
@@ -37,13 +37,10 @@ export interface IDrag {
|
||||
}
|
||||
*/
|
||||
|
||||
export interface IProjectState {
|
||||
export interface IProjectsState {
|
||||
showtype: number
|
||||
todos: {}
|
||||
projs: {}
|
||||
categories: string[]
|
||||
// todos_changed: number
|
||||
reload_fromServer: number
|
||||
testpao: string
|
||||
insidePending: boolean
|
||||
visuLastCompleted: number
|
||||
}
|
||||
|
||||
@@ -7,3 +7,4 @@ export * from './key-value'
|
||||
|
||||
export * from './Categories'
|
||||
export * from './Todos'
|
||||
export * from './Projects'
|
||||
|
||||
Reference in New Issue
Block a user