fix: spinner animation

This commit is contained in:
2025-10-16 22:19:24 +02:00
parent 3b2b596014
commit 07be307035
2 changed files with 23 additions and 3 deletions

View File

@@ -447,8 +447,7 @@ class FirmwareUploadComponent extends Component {
<div class="overlay-content">
<div class="overlay-spinner">
<svg class="spinner" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20z"/>
<path d="M12 2a10 10 0 0 1 10 10"/>
<circle cx="12" cy="12" r="10"/>
</svg>
</div>
<div class="overlay-text">Firmware upload in progress...</div>