Feature: add Google Drive backup and restore integration

This commit is contained in:
Ponte
2026-02-11 20:19:16 +01:00
parent 621beee036
commit 81d966b64a
9 changed files with 484 additions and 0 deletions

View File

@@ -30,6 +30,16 @@
<button id="restoreReplaceBtn" type="button" class="btn-secondary">Restaurer (remplacement)</button>
<input id="restoreFileInput" type="file" accept="application/json" class="hidden" />
</div>
<div class="google-section">
<h3 class="google-title">☁ Google Drive Backup</h3>
<p id="googleDriveState" class="google-state">Etat Google Drive: detection...</p>
<div class="backup-controls">
<button id="googleConnectBtn" type="button" class="btn-secondary">Connecter Google</button>
<button id="googleBackupBtn" type="button" class="btn-secondary">Sauvegarder sur Drive</button>
<button id="googleRestoreBtn" type="button" class="btn-secondary">Restaurer depuis Drive</button>
</div>
</div>
</aside>
<main class="app-shell">