github new-usemame/Calibre-Web-NextGen v4.0.112
v4.0.112 — Books List bulk editor: contrast + toolbar + dead buttons (fork #283)

latest releases: v4.0.114, v4.0.113
3 hours ago

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:

  1. 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.
  2. The toolbar overflowed the dialog with awkward wrapping. Vendor lib used float: left on toolbar items.
  3. 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).

Don't miss a new Calibre-Web-NextGen release

NewReleases is sending notifications on new releases.