Dateien nach "frontend/src" hochladen
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { useState, useEffect, useRef, useCallback } from 'react';
|
||||
import { api, S } from './lib.js';
|
||||
import { TOOLS, getGroupedTools } from './toolRegistry.js';
|
||||
import CalendarWidget, { CalendarSettings } from './calendar.jsx';
|
||||
import { useConfirm } from './confirm.jsx';
|
||||
import { HomeIcon, AppsIcon, AdminIcon, MoreIcon, UserIcon, LogOutIcon, ChevronIcon, UpdateIcon, TrashIcon } from './icons.jsx';
|
||||
|
||||
@@ -704,6 +705,7 @@ function Dashboard({ toast, mobile }) {
|
||||
</p>
|
||||
</div>
|
||||
<QuickLinks toast={toast} mobile={mobile} />
|
||||
<CalendarWidget/>
|
||||
<BestellStats/>
|
||||
<TodoList toast={toast} />
|
||||
<Notepad toast={toast} />
|
||||
@@ -1008,6 +1010,9 @@ function AdminPanel({ toast, mobile, user }) {
|
||||
{busy.pw ? '…' : '✓ Passwort ändern'}
|
||||
</button>
|
||||
</Sec>
|
||||
<Sec title="KALENDER (iCal)">
|
||||
<CalendarSettings toast={toast}/>
|
||||
</Sec>
|
||||
<Sec title="ACCOUNT LÖSCHEN">
|
||||
<p style={{ color:'rgba(255,255,255,0.55)', fontSize:12, fontFamily:'monospace', marginBottom:12, lineHeight:1.6 }}>
|
||||
Löscht deinen Account und alle deine Daten unwiderruflich.
|
||||
|
||||
Reference in New Issue
Block a user