1
0

feat: rebuild main navigation so that it works recursively with projects

This commit is contained in:
kolaente
2023-03-25 18:10:41 +01:00
parent 10311b79df
commit 06e8cdb9d2
4 changed files with 162 additions and 109 deletions

View File

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