LuCI Theme Fluent v1.0.6
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✨ Changelogs
🚀 Features
- RTL:
- Extensive layout refactoring to adapt to RTL (Right-to-Left) layout support, adding a new
direction_modeconfiguration option (supporting auto-detection ofar/falocales and forced LTR/RTL switching). - Introducing a brand new LTR/RTL logical geometry mechanism (
direction.ts), automatically adapting all positioning, margins, and animations (such as the top progress bar) to the document direction.
- Extensive layout refactoring to adapt to RTL (Right-to-Left) layout support, adding a new
- Sidebar:
- Added a smart fallback mechanism for sidebar submenus: when a submenu has no specified icon, it automatically inherits and displays its parent category icon during the SCSS compilation phase.
🐛 Bug Fixes
- Modal:
- Fixed an issue where the loading spinner (
Spinner) was clipped due to overflow inside the modal scroll container, restoring the standard modal padding.
- Fixed an issue where the loading spinner (
- Dropdown:
- Fixed issues where the dropdown was cut off or not fully displayed in certain forms.
- Fixed the dropdown chevron arrow logic, removing inline SVGs and migrating to unified SCSS Fluent icon mask rendering.
💅 Styles & Refactoring
- Package Manager:
- Optimized the dialog log display of the package manager page (
luci-app-packagemanager), introducing a scrollable area to prevent screen overflow.
- Optimized the dialog log display of the package manager page (
- i18n & Chores:
- Moved Russian locale to
po/ruand synchronized translations. - Calibrated the
0755executable permissions ofuci-defaultsand scripts in the git index.
- Moved Russian locale to
Full Changelog: v1.0.5...v1.0.6
