botui/ui
Rodrigo Rodriguez 9b417bf4f2
Some checks failed
BotUI CI / build (push) Has been cancelled
fix: Remove body data-theme attribute to prevent CSS override
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>
2026-02-15 23:19:16 +00:00
..
embedded Update default port from 8088 to 9000 2026-02-08 12:14:01 +00:00
minimal Update default port from 8088 to 9000 2026-02-08 12:14:01 +00:00
public/themes WIP: Various UI updates from previous session 2026-02-08 12:21:11 +00:00
shared - Spliting from botserver. 2025-12-03 18:42:22 -03:00
suite fix: Remove body data-theme attribute to prevent CSS override 2026-02-15 23:19:16 +00:00