Reload Button, Versionsschrift heller, Datum unter Dashboard
This commit is contained in:
@@ -285,13 +285,17 @@ export default function Dateien({ toast, mobile }) {
|
||||
<input ref={fileRef} type="file" onChange={onFileInput} style={{display:'none'}}/>
|
||||
|
||||
{/* ── Seitentitel ──────────────────────────────────────────────────── */}
|
||||
<div style={{marginBottom:16}}>
|
||||
<h1 style={{color:'#fff',fontFamily:"'Space Mono',monospace",fontSize:mobile?18:22,margin:0}}>Dateien</h1>
|
||||
<div style={{color:'rgba(255,255,255,0.45)',fontFamily:'monospace',fontSize:10,marginTop:3}}>
|
||||
{data.own.length} Dateien · {fmtSize(totalSize)}
|
||||
<div style={{marginBottom:16,display:'flex',alignItems:'flex-start',justifyContent:'space-between'}}>
|
||||
<div>
|
||||
<h1 style={{color:'#fff',fontFamily:"'Space Mono',monospace",fontSize:mobile?18:22,margin:0}}>Dateien</h1>
|
||||
<div style={{color:'rgba(255,255,255,0.45)',fontFamily:'monospace',fontSize:10,marginTop:3}}>
|
||||
{data.own.length} Dateien · {fmtSize(totalSize)}
|
||||
</div>
|
||||
</div>
|
||||
<button onClick={load} title="Neu laden"
|
||||
style={{background:'transparent',border:'1px solid rgba(255,255,255,0.1)',borderRadius:8,
|
||||
color:'rgba(255,255,255,0.4)',cursor:'pointer',padding:'6px 10px',fontSize:14,fontFamily:'monospace',marginTop:2}}>↺</button>
|
||||
</div>
|
||||
|
||||
{/* ── Tabs + Neu-Ordner (überall gleich) ───────────────────────────── */}
|
||||
<div style={{display:'flex',gap:6,marginBottom:12,alignItems:'center',flexWrap:'wrap'}}>
|
||||
{[
|
||||
|
||||
Reference in New Issue
Block a user