UI: show clear storage state and hide migrate button when not needed

This commit is contained in:
Ponte
2026-02-11 19:28:18 +01:00
parent 73c3e30744
commit 3b86c381e3
3 changed files with 33 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
<button id="toolsCloseBtn" type="button" class="btn-secondary tools-close-btn">Fermer</button>
</div>
<p class="tools-subtitle">Sauvegarde, restauration et migration.</p>
<p id="storageState" class="storage-state">Etat: detection...</p>
<button id="migrateBtn" type="button" class="btn-secondary hidden">
Migrer localStorage vers DB
</button>