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

@@ -24,9 +24,11 @@ const ProgressModal: React.FC<Props> = ({ visible, progress, slot }) => {
Firmwareupdate läuft ...
{typeof slot === "number" ? ` ` : ""}
</h2>
Bitte Fenster nicht schließen
<h2></h2>
<div className="w-full bg-gray-200 rounded-full h-4">
<div
className="bg-blue-500 h-4 rounded-full transition-all duration-100"
className="bg-littwin-blue h-4 rounded-full transition-all duration-100"
style={{ width: `${progress}%` }}
></div>
</div>