feat: phase 4 - frontend groups UI, permission-matrix, usePermission hook, field-level permissions tab, authStore permissions

This commit is contained in:
Agent Zero
2026-07-15 23:27:11 +02:00
parent beaca24480
commit bb6466b53d
7 changed files with 1055 additions and 30 deletions
+1
View File
@@ -10,6 +10,7 @@ export function SettingsPage() {
{ to: '/settings/system', label: t('systemSettings.title'), icon: '\u2699\ufe0f' },
{ to: '/settings/roles', label: t('settings.roles'), icon: '\ud83d\udd11' },
{ to: '/settings/users', label: t('settings.users'), icon: '\ud83d\udc65' },
{ to: '/settings/groups', label: t('settings.groups', 'Gruppen'), icon: '\ud83d\udc65\ud83d\udcac' },
{ to: '/settings/plugins', label: t('settings.plugins'), icon: '\ud83e\udde9' },
{ to: '/settings/currencies', label: t('currencies.title'), icon: '\ud83d\udcb0' },
{ to: '/settings/taxes', label: t('taxes.title'), icon: '\ud83d\udccb' },