From f457db93e70a2f3e4a51c902e1f6f9bb48b01382 Mon Sep 17 00:00:00 2001 From: karim Date: Wed, 27 May 2026 00:46:21 +0200 Subject: [PATCH] =?UTF-8?q?Raum-Properties:=20SIA-Dropdown-Labels=20kompak?= =?UTF-8?q?ter=20(GF=20Geschossflaeche=20statt=20GF=20=E2=80=94=20Geschoss?= =?UTF-8?q?flaeche=20(gross=20=E2=80=A6))?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ElementeApp.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ElementeApp.jsx b/src/ElementeApp.jsx index 1d0a5a6..6c4f3e9 100644 --- a/src/ElementeApp.jsx +++ b/src/ElementeApp.jsx @@ -195,8 +195,8 @@ const RAUM_SIA_KINDS = [ { code: 'nnf', label: 'NNF', color: '#e8c498', hint: 'Nebennutzfläche' }, { code: 'vf', label: 'VF', color: '#e8d878', hint: 'Verkehrsfläche' }, { code: 'ff', label: 'FF', color: '#a8c8e0', hint: 'Funktionsfläche' }, - { code: 'gf', label: 'GF', color: '#d0d0d0', hint: 'Geschossfläche (gross — umfasst das ganze Geschoss)' }, - { code: 'agf', label: 'AGF', color: '#c0d8c0', hint: 'Aussengeschossfläche (Balkone, Terrassen)' }, + { code: 'gf', label: 'GF', color: '#d0d0d0', hint: 'Geschossfläche' }, + { code: 'agf', label: 'AGF', color: '#c0d8c0', hint: 'Aussengeschossfläche' }, ] const PROFIL_META = { @@ -1059,9 +1059,9 @@ function RaumProperties({ raum, geschosse, onUpdate, onDelete, hatchPatterns, fo title="SIA 416 Flaechenklassifikation" style={{ flex: 1, fontSize: 11 }}> {RAUM_SIA_KINDS.map(s => ( - ))}