Skip to content

1.0.x - #1

Open
puikinsh wants to merge 9 commits into
mainfrom
1.0.x
Open

1.0.x#1
puikinsh wants to merge 9 commits into
mainfrom
1.0.x

Conversation

@puikinsh

@puikinsh puikinsh commented Jul 9, 2026

Copy link
Copy Markdown
Member

No description provided.

puikinsh and others added 9 commits July 9, 2026 11:52
…, 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant