-
v1.0.7 Stable
released this
2025-12-07 07:21:04 +01:00 | 704 commits to main since this releaseWhat's Changed
- refactor(Dashboard): Replace auto-fill grid with flexbox and dynamic width calculation (
1e6ad83)- Add constants for module width constraints (220-320px) and layout dimensions
- Replace CSS grid auto-fill with flexbox wrap for module layout
- Implement ResizeObserver to dynamically calculate optimal module width based on container size
- Calculate number of columns that fit and distribute space evenly within min/max constraints
- Add gridContainerRef to track container dimensions
- Change plugin sidebar
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- refactor(Dashboard): Replace auto-fill grid with flexbox and dynamic width calculation (