refactor(admin): complete overhaul of the admin interface#1559
Draft
michaeldk wants to merge 66 commits intoems-project:7.xfrom
Draft
refactor(admin): complete overhaul of the admin interface#1559michaeldk wants to merge 66 commits intoems-project:7.xfrom
michaeldk wants to merge 66 commits intoems-project:7.xfrom
Conversation
…modal footer layout
… for improved structure
…bar header for improved readability
… improved visual structure
…cy in forms and dashboard templates
…structure for improved layout
…y removing unnecessary labels and wrapping elements in card components
…re and improving spacing
…dating card structure and improving content organization
…mg-fluid' for better Bootstrap 5 compatibility
… Bootstrap 5 compatibility
…r improved alert display
… structure for improved layout
…ld_ContainerFieldType if has not a direct child which is tabs
… enhanced visual separation
theus77
reviewed
Mar 15, 2026
Member
theus77
left a comment
There was a problem hiding this comment.
Looks good but the bolcks in comment. Looks like work in progress. Could you finalize those sections?
| <nav id="sidebar" class="sidebar"> | ||
| <div class="sidebar-content js-simplebar"> | ||
| <a href="{{ path('homepage') }}" class="sidebar-brand bg-{{ theme_color }}"> | ||
| {# <img src="{{ asset('images/icon-128.png', 'emsadminui') }}" alt="{{ 'elements.sidenav.logo_alt' }}" class="brand-image img-circle elevation-3">#} |
Comment on lines
+3
to
+27
| {#<div class="user-panel mt-3 pb-3 mb-3 d-flex">#} | ||
| {# <div class="image">#} | ||
| {# {{ include('@EMSAdminUI/bootstrap5/elements/user-image.html.twig', {#} | ||
| {# class: 'img-circle elevation-2',#} | ||
| {# }) }}#} | ||
| {# </div>#} | ||
| {# <div class="info">#} | ||
| {# {% if app.user %}#} | ||
| {# <a href="{{ path(routes.USER_PROFILE) }}" class="d-block">{{ app.user.displayName }}</a>#} | ||
| {# {% else %}#} | ||
| {# {{ 'side_menu.anonymous-user'|trans }}#} | ||
| {# {% endif %}#} | ||
| {# </div>#} | ||
| {# {% if status is defined %}#} | ||
| {# {% set statusTitle = 'cluster.status'|trans({color: status}, 'emsco-core') %}#} | ||
| {# <a href="{{ path('elasticsearch.status') }}" id="status-overview" class="position-absolute top-0 end-0" title="{{ statusTitle }}">#} | ||
| {# {%- with {#} | ||
| {# title: statusTitle,#} | ||
| {# status: status,#} | ||
| {# } -%}#} | ||
| {# {{ block('status', '@EMSAdminUI/bootstrap5/elasticsearch/status.html.twig') }}#} | ||
| {# {%- endwith -%}#} | ||
| {# </a>#} | ||
| {# {% endif %}#} | ||
| {#</div>#} |
| <nav id="sidebar" class="sidebar"> | ||
| <div class="sidebar-content js-simplebar"> | ||
| <a href="{{ path('homepage') }}" class="sidebar-brand bg-{{ theme_color }}"> | ||
| {# <img src="{{ asset('images/icon-128.png', 'emsadminui') }}" alt="{{ 'elements.sidenav.logo_alt' }}" class="brand-image img-circle elevation-3">#} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Complete overhaul of the admin interface based on admin kit