-
v1.0.8 Stable
released this
2025-12-07 07:30:06 +01:00 | 702 commits to main since this releaseWhat's Changed
- refactor(Dashboard): Replace flexbox layout with CSS Grid for improved structure (
90b055e)- Replace outer div with CSS Grid layout using gridTemplateRows and gridTemplateColumns
- Conditionally add plugin sidebar column based on hasPlugins flag
- Change header from div to semantic header element with full-width span
- Move category filter to span full width using gridColumn style
- Replace flex container with semantic main element for modules grid
- Move plugin sidebar outside main content area as separate
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- refactor(Dashboard): Replace flexbox layout with CSS Grid for improved structure (