feat: add persistent site boundary handles

This commit is contained in:
Aymeric Rabot
2026-06-08 17:42:20 -04:00
parent 812b7306e8
commit b33059ef81
21 changed files with 1346 additions and 288 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ export const siteDefinition: NodeDefinition<typeof SiteNode> = {
presentation: {
label: 'Site',
description: 'The top-level container holding buildings, zones, and the property boundary.',
icon: { kind: 'url', src: '/icons/site.png' },
icon: { kind: 'url', src: '/icons/site-flag.png' },
paletteSection: 'site',
paletteOrder: 5,
},