Add progress bar

This commit is contained in:
2024-10-21 14:52:13 +02:00
parent 82cf4513b7
commit 8d614d44f8
3 changed files with 14 additions and 2 deletions

View File

@@ -80,7 +80,9 @@
</aside>
</div>
<div class="column is-full">
<div id="map"></div>
<div id="map" aria-describedby="map-progress" aria-busy="true" style="position: relative;">
<progress id="map-progress" class="p-2 m-4 progress is-medium is-link" aria-label="Map loading..." />
</div>
</div>
</div>
<!-- Sites data modal -->