{/* One compact bar: logo, navigation, upload, close — no title. */}
{ e.preventDefault(); setDragOver(true); }}
onDragLeave={() => setDragOver(false)}
onDrop={(e) => { e.preventDefault(); setDragOver(false); if (e.dataTransfer.files.length) upload(e.dataTransfer.files); }}
>
{busy &&
Uploading…
}
Click a folder to expand · double-click to open it · double-click a file to download
);
}