Skip to content

Release v1.14.2

Choose a tag to compare

@github-actions github-actions released this 31 Aug 06:56
· 16 commits to main since this release

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