Merge pull request #359 from makeplane/style/projects_page

style: projects page
This commit is contained in:
Aaryan Khandelwal
2023-03-03 14:06:59 +05:30
committed by GitHub
12 changed files with 339 additions and 204 deletions

View File

@@ -10,6 +10,7 @@ export interface IProject {
icon: string;
id: string;
identifier: string;
is_favourite: boolean;
module_view: boolean;
name: string;
network: number;