Conversation
…, docs Address the code-actionable issues from the project issue queue: - #3608682: dark sidebar off by default (follows the colour mode) - #3608687/#3608663/#3608661: add "sidebar collapsed", "compact mode" and "force RTL" theme settings (RTL site languages already auto-load the bundled adminlte.rtl.css) - #3608932: lower .app-header/.app-sidebar z-index below Drupal's admin toolbar so Admin Toolbar Search autocomplete is no longer hidden - #3609458: bundle Source Sans 3 (OFL, weights 300/400/700, Latin + Latin-Ext) - #3608688: centre login/register/reset forms in a constrained card - #3607152: add the Drupal contrib .gitlab-ci.yml + cspell dictionary - #3608681/#3608659/#3608672: README — navigation blocks, CSS Editor, Colorlib Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…able9) Stable9 is deprecated (#3567667). Switch the base theme to the maintained Bootstrap5 theme, which also supplies Drupal core-markup "glue" CSS (field, form, table, pager, messages) that Stable9 lacked — resolving #3608934. - base theme: stable9 -> bootstrap5 - libraries-override disables bootstrap5/global-styling and bootstrap5/bootstrap5-js-latest so AdminLTE's own bundled Bootstrap 5.3 CSS/JS is the single source (no duplicate Bootstrap). AdminLTE's theme-group CSS loads after the inherited component-group glue, so the AdminLTE look still wins. - ckeditor5-stylesheets points at the theme CSS instead of Bootstrap5's ck5style - composer.json requires drupal/bootstrap5:^4.0; README documents the dependency Needs a browser pass on a live site to confirm the inherited glue and the AdminLTE bridge CSS coexist cleanly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
New "Primary (accent) colour" setting (core 'color' element) injects a cached <style> block overriding the Bootstrap primary CSS variables plus the .btn-primary component variables (Bootstrap bakes the literal default into compiled components, so overriding --bs-primary alone is not enough). Hover/ active shades are derived. Documented the runtime-recolour limitation and pointed deeper customisation at AdminLTE's CSS variables. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add a resize handle on the sidebar's inline-end edge (desktop only). Dragging sets --lte-sidebar-width inline and persists it in localStorage under "lte-sidebar-width" (mirrors the colour-mode pattern), clamped 180–480px. Keyboard-resizable and RTL-aware. A new "Default sidebar width" theme setting seeds the initial width via data-adminlte-sidebar-width. The initial apply suppresses the width transition to avoid a load-time slide. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add adminlte.icons.yml (font extractor) exposing all ~2,000 bundled Bootstrap Icons 1.13 to the Icon API, plus css/vendor/bootstrap-icons.json for discovery, a bootstrap_icons library, and the icon-pack config schema. Optional integration: the pack activates only when ui_icons (ui_icons_font) is enabled — no hard dependency, and the theme works without it. README documents the setup. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Ship docs/components.html — an offline showcase of the AdminLTE 4 / Bootstrap 5.3 components the theme provides (typography, buttons, cards, tables, forms, tabs, pagination, alerts, badges, icons) rendered with the theme's own bundled CSS/JS in both colour modes. A routed in-admin page would need a companion module (themes can't register routes); this gives site builders the same reference. Also record the phase-2 features in the changelog. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Ship adminlte.layouts.yml with five layouts under the "AdminLTE" category — one column, two columns (1/2+1/2), content+sidebar (2/3+1/3), three and four columns — with .row/.col-* templates and a small layouts library. Provided by the theme directly (Layout Discovery is core), so no contrib layout module is needed and it is additive when Layout Builder is unused. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Ship small-box, info-box and callout as Single Directory Components (core SDC,
namespace `adminlte:*`) reusing AdminLTE's existing widget CSS. They render
standalone via {{ include('adminlte:small-box', {...}) }}, and UI Patterns 2
(added as a Composer suggest, no hard dependency) surfaces them with generated
config forms in Layout Builder, Views and field formatters. README documents
both the components and the Bootstrap layouts.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
No description provided.