feat : plan du site (WIP)

This commit is contained in:
2026-02-23 14:33:18 +01:00
parent 15903a0213
commit 527fb77668
2 changed files with 144 additions and 78 deletions

View File

@@ -7,14 +7,3 @@ export interface BuildingLayoutData {
rows: number | null
casePositions?: BuildingCasePositionData[] | null
}
export type LayoutCell = {
key: string
isEmpty: boolean
caseId: number | null
display: string
caseStatusId: number | null
caseStatusLabel: string | null
caseStyle?: Record<string, string>
spanStyle: Record<string, string>
baseClass: string
}