Actualiser admin/dashboard.html
This commit is contained in:
+11
-1
@@ -252,7 +252,17 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Modal Progression Import -->
|
||||
<div id="progress-overlay" class="overlay">
|
||||
<div class="modal" style="max-width: 500px; text-align: center;">
|
||||
<h3 class="modal-h" style="justify-content: center;"><i class="ti ti-download"></i> Import en cours...</h3>
|
||||
<p id="progress-text" style="margin-bottom: 1.5rem; color: var(--muted);">Préparation et récupération TMDB...</p>
|
||||
<div style="background: var(--surface); border-radius: 8px; height: 12px; overflow: hidden; border: 1px solid var(--border);">
|
||||
<div id="progress-bar" style="width: 0%; height: 100%; background: var(--gold); transition: width 0.3s ease;"></div>
|
||||
</div>
|
||||
<p id="progress-count" style="margin-top: 1rem; font-size: 0.9rem; color: var(--muted);">0 / 0</p>
|
||||
</div>
|
||||
</div>
|
||||
<script src="../js/admin.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user