What's new
docker pull ghcr.io/new-usemame/calibre-web-nextgen:v4.0.128
(or :latest)
Search button no longer leaks 'SEARCH' text on hover + casing matches between pages (#302)
@droM4X tested v4.0.127 and spotted two related glitches on the dark theme:
- Hovering the navbar search button revealed 'CH' (tail of 'SEARCH') in white behind the magnifying-glass icon. The button is meant to be icon-only.
- The same i18n string rendered as 'SEARCH' (uppercase) in the navbar and 'Search' (title-case) on the
/advsearchpage.
Both fixed: the hover rule no longer flips the text visible, and the page-scoped casing override on /advsearch is gone so both pages render the same string with the global uppercase rule.
Thanks @droM4X for catching this in the dark theme — the bleed-through only fires on caliBlur because that's the surface using transparent text behind an icon.