Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(admin/ui): admin dashboard #1231

Merged
merged 16 commits into from
Feb 26, 2025
Merged

Conversation

theus77
Copy link
Member

@theus77 theus77 commented Feb 25, 2025

Q A
Bug fix? y
New feature? n
BC breaks? n
Deprecations? y
Fixed tickets? n
Documentation? n

@theus77 theus77 marked this pull request as ready for review February 25, 2025 20:58
@theus77 theus77 requested a review from a team as a code owner February 25, 2025 20:58
@Davidmattei Davidmattei added this to the 6.1.0 milestone Feb 25, 2025
@Davidmattei Davidmattei changed the title refactor: dashboard refactor(admin/ui): admin dashboard Feb 26, 2025
@@ -22,12 +25,24 @@ public function getResponse(Dashboard $dashboard): Response
$response->setContent($this->twig->render("@$this->templateNamespace/dashboard/services/template.html.twig", [
'dashboard' => $dashboard,
'options' => $dashboard->getOptions(),
'title' => t('dashboard.exception.title', [], 'emsco-core'),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dashboard.exception.title ? I was expecting it only in the catch block ?

@@ -99,6 +99,9 @@ core:
other {There are # indexes}
}
version: 'Version {core} with Symfony {symfony}'
dashboard:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not like the dashboard entry at root level.

For me it needs to be in log.error or core.dashboard ?

@theus77 theus77 requested a review from Davidmattei February 26, 2025 09:19
@Davidmattei Davidmattei merged commit a324164 into ems-project:6.x Feb 26, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants