feat(helpdesk): add empty Dashboard page with sidebar nav item

Adds helpdesk/dashboard route, empty page/view, Overview nav group in the
sidebar, and Dashboard i18n keys (de + en). No content yet.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
aminovfariz
2026-05-26 11:01:35 +02:00
parent 873b75465e
commit cb2f429e0e
7 changed files with 44 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ return [
'requires' => [],
'routes' => [
['path' => 'helpdesk/dashboard', 'target' => 'helpdesk/dashboard'],
['path' => 'helpdesk/search-data', 'target' => 'helpdesk/search-data'],
['path' => 'helpdesk/domains', 'target' => 'helpdesk/domains'],
['path' => 'helpdesk/domains-data', 'target' => 'helpdesk/domains-data'],