What's new
docker pull ghcr.io/new-usemame/calibre-web-nextgen:v4.0.127
(or :latest)
Books List Comments editor: popover stays in view + Submit button is the orange one (fork #283 round 3)
@droM4X reported two more rough edges in the Books List Comments editor on /table:
- Clicking a cell in the top rows would open the editor with its title bar partially hidden behind the page navbar.
- The Cancel button was orange (accent color) and Submit was the muted dark — visually inverted from "primary action = accent color."
Both fixed: the popover now always opens BELOW the cell, fully in view regardless of row position. The Submit button is now the orange one and Cancel is muted dark, matching the convention everywhere else in the app.
Scoped to the wysihtml5 popups only; other editable cells keep their existing theme colors.
Thanks @droM4X for the thorough round-three test report.