Parcourir la source

- Improved backup/restore module

maziggy il y a 9 mois
Parent
commit
ef829f8045

+ 3 - 3
frontend/src/components/RestoreModal.tsx

@@ -210,12 +210,12 @@ export function RestoreModal({ onClose, onRestore, onSuccess }: RestoreModalProp
                         ) : (
                           <SkipForward className="w-4 h-4 text-bambu-gray" />
                         )}
-                        {overwrite ? 'Update existing items' : 'Add new items only'}
+                        {overwrite ? 'Replace existing data' : 'Keep existing data'}
                       </p>
                       <p className="text-sm text-bambu-gray mt-1">
                         {overwrite
-                          ? 'Replace data for items that already exist on this system'
-                          : 'Items that already exist on this system will not be changed'}
+                          ? 'Overwrite items that already exist with backup data'
+                          : 'Only restore items that don\'t already exist'}
                       </p>
                     </div>
                     <Toggle checked={overwrite} onChange={setOverwrite} />

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
static/assets/index-CycmYzoY.js


+ 1 - 1
static/index.html

@@ -7,7 +7,7 @@
     <link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png" />
     <link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png" />
     <link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png" />
-    <script type="module" crossorigin src="/assets/index-C9aeLRXp.js"></script>
+    <script type="module" crossorigin src="/assets/index-CycmYzoY.js"></script>
     <link rel="stylesheet" crossorigin href="/assets/index-Ob3MFXab.css">
   </head>
   <body>

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff