side Menu updated

This commit is contained in:
2025-01-07 22:25:30 +03:00
parent c1f517d32d
commit 2dd267a570
42 changed files with 1040 additions and 102 deletions

View File

@@ -3,38 +3,38 @@ import { PartsPageInfo } from "../parts/pageInfo";
const BuildCategories = [
{
name: "BuildingPartPage",
title: {
tr: "Daireler",
en: "Flats",
},
icon: "DoorOpen",
component: "PartsPage",
url: "/building/parts",
pageInfo: PartsPageInfo,
allEndpoints: [],
subCategories: [],
},
{
name: "BuildingAreaPage",
title: {
tr: "Kullanılabilir Alanlar",
en: "Building Areas",
},
icon: "TreePine",
component: null,
selfEndpoints: [
"/building/area/list",
"/building/area/create",
"/building/area/update/{build_uu_id}",
],
url: "/building/areas",
pageInfo: null,
allEndpoints: [],
subCategories: [],
},
{
name: "LivingSpacePage",
title: {
tr: "Yaşayan Kişiler",
en: "Living People",
},
icon: "UsersRound",
url: "/building/living-space",
component: "LivingSpacePage",
pageInfo: LivingSpaceInfo,
allEndpoints: [],