Dateien nach "frontend/src/tools" hochladen
This commit is contained in:
@@ -205,7 +205,7 @@ export default function Dateien({ toast, mobile }) {
|
|||||||
{/* ── Tabs + Neu-Ordner (überall gleich) ───────────────────────────── */}
|
{/* ── Tabs + Neu-Ordner (überall gleich) ───────────────────────────── */}
|
||||||
<div style={{display:'flex',gap:6,marginBottom:12,alignItems:'center',flexWrap:'wrap'}}>
|
<div style={{display:'flex',gap:6,marginBottom:12,alignItems:'center',flexWrap:'wrap'}}>
|
||||||
{[
|
{[
|
||||||
['own','Meine Dateien', null],
|
['own','Dateien', null],
|
||||||
['shared','Geteilt mit mir', sharedCnt||null],
|
['shared','Geteilt mit mir', sharedCnt||null],
|
||||||
['sharedByMe','Geteilt von mir', byMeCnt||null],
|
['sharedByMe','Geteilt von mir', byMeCnt||null],
|
||||||
].map(([k,l,cnt])=>(
|
].map(([k,l,cnt])=>(
|
||||||
|
|||||||
Reference in New Issue
Block a user