1
0

feat(navigation): make dragging a project to a parent work

This commit is contained in:
kolaente
2023-03-27 13:21:47 +02:00
parent 7171b63947
commit c6f3829387
5 changed files with 21 additions and 11 deletions

View File

@ -19,6 +19,7 @@ export interface IProject extends IAbstract {
position: number
backgroundBlurHash: string
childProjects: IProject[] | null
parentProjectId: number
created: Date
updated: Date