new features

This commit is contained in:
Matthias Hochmeister
2026-03-23 13:08:19 +01:00
parent 83b84664ce
commit 5032e1593b
41 changed files with 5157 additions and 40 deletions

View File

@@ -13,6 +13,8 @@ export const WIDGETS = [
{ key: 'eventQuickAdd', label: 'Termin erstellen', defaultVisible: true },
{ key: 'adminStatus', label: 'Admin Status', defaultVisible: true },
{ key: 'links', label: 'Links', defaultVisible: true },
{ key: 'bestellungen', label: 'Bestellungen', defaultVisible: true },
{ key: 'shopRequests', label: 'Shop-Anfragen', defaultVisible: true },
] as const;
export type WidgetKey = typeof WIDGETS[number]['key'];