Feature: auto-fill game covers from internet sources

This commit is contained in:
Ponte
2026-02-14 23:13:14 +01:00
parent 37ff894801
commit c7c06823cd
4 changed files with 220 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
<button id="backupBtn" type="button" class="btn-secondary">Sauvegarder JSON</button>
<button id="restoreMergeBtn" type="button" class="btn-secondary">Restaurer (fusion)</button>
<button id="restoreReplaceBtn" type="button" class="btn-secondary">Restaurer (remplacement)</button>
<button id="autoCoverBtn" type="button" class="btn-secondary">Auto-remplir pochettes (internet)</button>
<input id="restoreFileInput" type="file" accept="application/json" class="hidden" />
</div>