feat: Sync legt alle Ordner an (inkl. leere), Upload-Freigaben in _Upload-Freigaben/
This commit is contained in:
@@ -2818,7 +2818,7 @@ function WebDavSettings({ toast }) {
|
||||
{syncResult && !syncResult.error && (
|
||||
<div style={{padding:'10px 12px',background:'rgba(74,222,128,0.08)',border:'1px solid rgba(74,222,128,0.3)',borderRadius:8,fontFamily:'monospace',fontSize:11}}>
|
||||
<div style={{color:'#4ade80',marginBottom:4}}>
|
||||
✓ Sync abgeschlossen: {syncResult.ok}/{syncResult.total} erfolgreich
|
||||
✓ {syncResult.message || `Sync abgeschlossen: ${syncResult.ok}/${syncResult.total} Dateien`}
|
||||
</div>
|
||||
{syncResult.failed > 0 && (
|
||||
<div style={{color:'#f87171'}}>
|
||||
|
||||
Reference in New Issue
Block a user