Feat: Fenster nicht schließen für Firmware Update

This commit is contained in:
ISA
2025-07-24 12:15:50 +02:00
parent b7ff3b07cd
commit c1f6c19fdf
14 changed files with 27 additions and 28 deletions

View File

@@ -136,7 +136,7 @@ const LoopChartActionBar: React.FC = () => {
const type = selectedSlotType === "schleifenwiderstand" ? 4 : 3;
if (slotNumber === null) {
alert("⚠️ Bitte zuerst einen Steckplatz auswählen!");
alert("⚠️ Bitte zuerst einen auswählen!");
return;
}
@@ -193,9 +193,7 @@ const LoopChartActionBar: React.FC = () => {
return (
<div className="flex justify-between items-center p-2 bg-gray-100 rounded-lg space-x-2">
<div className="flex items-center">
<label className="text-sm font-semibold">
Steckplatz {slotNumber ?? "-"}
</label>
<label className="text-sm font-semibold"> {slotNumber ?? "-"}</label>
</div>
<div className="flex items-center space-x-2">