feat: Sync legt alle Ordner an (inkl. leere), Upload-Freigaben in _Upload-Freigaben/

This commit is contained in:
2026-06-14 02:06:04 +02:00
parent e2d28e285c
commit 3d76ae9ce5
2 changed files with 67 additions and 6 deletions

View File

@@ -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'}}>