Make category tree items span full parent width (v0.1.9)
All checks were successful
Create Release Package / PHP Lint (push) Successful in 46s
Create Release Package / PHPUnit Tests (push) Successful in 51s
Create Release Package / Build Release (push) Successful in 1m3s

Move <a> elements to be direct children of the list-group so they
naturally fill the full offcanvas/sidebar width. Chevron toggle moved
inside the link with click interception to prevent navigation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-29 16:02:13 +02:00
parent 1e7f82615b
commit f64e9cd5a2
5 changed files with 48 additions and 34 deletions

View File

@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
## [0.1.9] - 2026-03-29
### Changed
- **Category tree full-width items** (`category-tree-node.html.twig`): Made `<a>` elements direct children of the `list-group` so they span the full parent/offcanvas width; moved chevron toggle inside the link as a `<span>` with click interception
- **Category tree nav wrapper** (`category-tree.html.twig`): Added `w-100` to nav and list-group containers
## [0.1.8] - 2026-03-29
### Changed