UX: remove auto-cover feature and add inline game editing

This commit is contained in:
Ponte
2026-02-14 23:21:55 +01:00
parent c7c06823cd
commit 9b7af13df4
4 changed files with 132 additions and 221 deletions

View File

@@ -29,7 +29,6 @@
<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>