parent
56e7453f8d
commit
e23713a5c6
|
|
@ -144,11 +144,8 @@ class UpdateCard extends Component
|
||||||
duration: 0
|
duration: 0
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->state = 'idle';
|
$this->state = 'idle';
|
||||||
}
|
}
|
||||||
|
|
||||||
// UI bei jedem Poll neu ableiten
|
|
||||||
$this->recomputeUi();
|
$this->recomputeUi();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{{-- Progress --}}
|
{{-- Progress --}}
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<div class="h-2 bg-white/10 rounded overflow-hidden">
|
<div class="h-2 bg-white/10 rounded overflow-hidden">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue