Feat: Fenster nicht schließen für Firmware Update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user