Release v1.14.2
The configuration UI is now wrapped in the theme GenericApp has already
resolved from the admin (this.state.theme). Previously the tabs inherited
the outer theme from index.jsx, which is fixed at page-load time via
Utils.getThemeName() and is often still "light" on first render — so in
dark mode the tab labels appeared as dark text on a dark background until
a hover or a tab switch re-themed them. Now they are correct on first open
and when the theme is toggled.
- admin/src/app.jsx: wrap the UI in
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com