UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: расширенный home layout и аналитические панели

This commit is contained in:
DCCONSTRUCTIONS
2026-04-30 23:34:34 +03:00
parent d28f83fe5e
commit 7ff7d83b07
39 changed files with 2064 additions and 428 deletions
@@ -14,6 +14,7 @@ export type TUserProfile = {
theme: {
theme: string | undefined;
nodedcAccent?: string | undefined;
nodedcCompactToolbar?: boolean | undefined;
};
onboarding_step: {
+2
View File
@@ -70,6 +70,7 @@ export type TUserProfile = {
background: string | undefined;
darkPalette: boolean | undefined;
nodedcAccent?: string | undefined;
nodedcCompactToolbar?: boolean | undefined;
};
onboarding_step: TOnboardingSteps;
is_onboarded: boolean;
@@ -109,6 +110,7 @@ export interface IUserTheme {
background?: string | undefined;
darkPalette?: boolean | undefined;
nodedcAccent?: string | undefined;
nodedcCompactToolbar?: boolean | undefined;
}
export interface IUserMemberLite extends IUserLite {