Feature: add Google Drive backup and restore integration
This commit is contained in:
10
index.html
10
index.html
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user