add strike reason admin panel

This commit is contained in:
2025-05-22 00:25:22 +02:00
parent 45f984e4da
commit a21d3d283a
11 changed files with 250 additions and 5 deletions

View File

@ -46,6 +46,13 @@ const adminTabs = [
href: 'admin/reports',
name: 'Reports',
icon: 'heroicons:flag',
subTabs: [
{
href: 'admin/reports/reasons',
name: 'Strikegründe',
icon: 'heroicons:shield-exclamation'
}
],
enabled: session?.permissions.reports
},
{