Release v1.0.4
LuCI Theme Fluent v1.0.4
Packages
luci-theme-fluent— FluentUI theme for OpenWrt LuCIluci-i18n-fluent— Translations
Installation
OpenWrt 24.10.x (opkg/ipk):
opkg install luci-theme-fluent_*.ipkOpenWrt 25.12.x (apk):
apk add luci-theme-fluent_*.apk🐛 Bug Fixes
- Dropdown:
- Constrained the native dropdown list width and added text wrapping support for rich items.
- Added flip support to prevent dropdown menus from overflowing the bottom of the screen.
- Fixed positioning for upward-expanding menus by respecting the native LuCI dropdown inline
bottomstyle
attribute. - Fixed the layout of checkboxes in multi-select dropdowns to maintain a proper row layout for rich options.
- Template (ucode): Fixed the border-radius hierarchy in
header.utby correctly scaling the secondary (sm)
radius.
💅 Styles & Refactoring
- Modal: Optimized
--fluent-modal-paddingto make it responsive on mobile screens. - Checkbox: Optimized the default border-radius style for checkboxes.
- Variables: Refactored and unified mobile media queries across the codebase by utilizing the
respond-down
mixin.
📝 Documentation
- Docs: Completely rewrote
DESIGN.mdto align with the currentvariables.scssspecifications and the
Rsbuild build system.
Full Changelog: v1.0.3...v1.0.4