|
Some checks failed
BotUI CI / build (push) Has been cancelled
This fixes the issue where theme changes required a page refresh to apply to the chat client area. The body element's data-theme attribute was applying base.css theme rules that overrode the inline styles set by the theme manager. Changes: - Add data-theme="sentient" to html element in base.html - Remove body's data-theme attribute when loading themes in theme-manager.js - This prevents base.css [data-theme="*"] selectors from overriding inline styles Now both header and body background update immediately when switching themes. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| vendor | ||
| api-client.js | ||
| auth-service.js | ||
| base.js | ||
| css-loader.js | ||
| error-reporter.js | ||
| home.js | ||
| htmx-app.js | ||
| i18n.js | ||
| security-bootstrap.js | ||
| suite_app.js | ||
| theme-manager.js | ||