What's new
docker pull ghcr.io/new-usemame/calibre-web-nextgen:v4.0.112
(or :latest)
Books List bulk editor — three UI bugs fixed (#283, reporter @droM4X)
The description (Comments) dialog on the Books List page (/table) had three rendering problems:
- Saved or newly typed text rendered as light gray on white — almost invisible. wysihtml5 was copying the dark-theme body color into the editor's sandbox iframe on top of a white background.
- The toolbar overflowed the dialog with awkward wrapping. Vendor lib used
float: lefton toolbar items. - Insert Link and Upload Image buttons did nothing on click. Their modals are tagged with Bootstrap 2 classes that Bootstrap 3+ keeps hidden, and the metadata editor doesn't render saved links or accept image uploads anyway.
Fix injects a small stylesheet into the editor iframe forcing dark text on white, switches the toolbar to flexbox wrap, and hides the vestigial Link + Image buttons. Single-row toolbar, readable text, no broken controls.
Credits
Thanks @droM4X for the report (with screenshot).