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

@@ -45,6 +45,11 @@ final class DesktopState
public static function quickActions(): array
{
return [
[
'action_id' => 'open-user-self-management',
'label' => 'Setup',
'description' => 'Oeffnet die persoenlichen Desktop-Einstellungen.',
],
[
'action_id' => 'open-public-dashboard',
'label' => 'Public Dashboard',
@@ -55,11 +60,6 @@ final class DesktopState
'label' => 'Widgets umschalten',
'description' => 'Blendet alle registrierten Widgets ein oder aus.',
],
[
'action_id' => 'cycle-skin',
'label' => 'Skin wechseln',
'description' => 'Wechselt zyklisch zwischen Windows, Apple und Linux.',
],
];
}
}