Adopt logistics visual system across webapp

This commit is contained in:
Ruslan Bakiev
2026-04-11 08:31:34 +07:00
parent ebe72907a4
commit a74e75049c
28 changed files with 1434 additions and 240 deletions

View File

@@ -369,7 +369,7 @@ const props = withDefaults(defineProps<{
userAvatarSvg?: string
userName?: string
userInitials?: string
theme?: 'cupcake' | 'night'
theme?: 'silk' | 'night'
userData?: {
id?: string
activeTeam?: { name?: string; teamType?: string }