Wandtyp-Kürzel: Component.abbrev + wallTypeLabel() + Kürzel-Feld im ResourceManager; Geschoss-Dropdown schmal

This commit is contained in:
2026-07-05 23:16:38 +02:00
parent 9133c0961d
commit 889cbb2c12
8 changed files with 65 additions and 11 deletions
+7
View File
@@ -763,6 +763,13 @@ function ComponentDetail({
</div>
<div className="res-fields">
<FieldRow label={t("resources.col.abbrev")} hint={t("resources.col.abbrev.hint")}>
<TextField
value={component.abbrev ?? ""}
onChange={(v) => onPatch({ abbrev: v || undefined })}
placeholder={t("resources.col.abbrev.placeholder")}
/>
</FieldRow>
<FieldRow
label={t("resources.col.foreground")}
hint={t("resources.col.foreground.hint")}