Self management
All checks were successful
Deploy / deploy-staging (push) Successful in 24s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-17 22:56:22 +02:00
parent a8853f9fd1
commit 6930a14d6b
15 changed files with 1475 additions and 76 deletions

View File

@@ -42,6 +42,20 @@ return [
'module_name' => 'desktop',
'summary' => 'Vorbereitung fuer mehrere persoenliche Dashboards und Workspace-Verwaltung.',
],
[
'app_id' => 'user-self-management',
'title' => 'User Self Management',
'icon' => 'US',
'entry_route' => '/apps/user-self-management',
'window_mode' => 'window',
'content_mode' => 'native-module',
'default_width' => 980,
'default_height' => 700,
'supports_widget' => true,
'supports_tray' => false,
'module_name' => 'desktop',
'summary' => 'Persoenliche Einstellungen fuer Desktop-Typ, Benutzerdaten, Apps und Widgets in einem gemeinsamen Setup-Bereich.',
],
[
'app_id' => 'admin-apps',
'title' => 'Admin Apps',

View File

@@ -3,6 +3,18 @@
declare(strict_types=1);
return [
[
'widget_id' => 'setup-launcher',
'title' => 'Setup',
'icon' => 'ST',
'zone' => 'sidebar',
'default_enabled' => true,
'supports_public_home' => true,
'summary' => 'Startet die persoenlichen Desktop-Einstellungen fuer Skin, Apps, Widgets und Benutzerdaten.',
'content' => 'Oeffnet den zentralen Setup-Bereich mit linker Navigation und lokaler Persistenz pro Benutzer.',
'launch_app_id' => 'user-self-management',
'action_label' => 'Setup oeffnen',
],
[
'widget_id' => 'public-home',
'title' => 'Public Home',