Skip to content

Release v1.0.4

Choose a tag to compare

@github-actions github-actions released this 04 Jul 10:15

LuCI Theme Fluent v1.0.4

Packages

  • luci-theme-fluent — FluentUI theme for OpenWrt LuCI
  • luci-i18n-fluent — Translations

Installation

OpenWrt 24.10.x (opkg/ipk):

opkg install luci-theme-fluent_*.ipk

OpenWrt 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 bottom style
      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.ut by correctly scaling the secondary (sm)
    radius.

💅 Styles & Refactoring

  • Modal: Optimized --fluent-modal-padding to 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.md to align with the current variables.scss specifications and the
    Rsbuild build system.

Full Changelog: v1.0.3...v1.0.4