botui/ui/suite/js
Rodrigo Rodriguez (Pragmatismo) e2f1efef8c Fix window transparency and theme dropdown background issues
- Fixed chat footer background to use var(--surface) CSS variable instead of hardcoded colors, ensuring proper theme adaptation
- Fixed theme dropdown background by changing from var(--input-bg) to var(--surface) in theme-sentient.css
- Added CSS override rules in desktop.css to ensure dropdown uses correct background
- Added JavaScript fix in theme-manager.js to automatically apply correct dropdown background on theme load

This resolves issues where theme dropdown and chat footer had black backgrounds in light themes.
2026-03-03 08:27:17 -03:00
..
vendor feat: Add Phase 1 Code Editor UI component 2026-03-02 07:26:36 -03:00
api-client.js feat(api-client): add centralized API client with auth token injection 2026-01-10 11:47:54 -03:00
auth-service.js Update: UI files and add error-reporter.js 2026-02-04 13:54:26 -03:00
base.js feat: Hide omnibox and apps menu based on product configuration 2026-01-29 23:56:00 -03:00
chat-agent-mode.js Clean up mock Vibe UI 2026-02-26 12:40:44 -03:00
css-loader.js fix(slides): remove duplicate cacheElements/bindEvents functions causing null error 2026-01-12 14:05:06 -03:00
editor.js feat: Add Phase 1 Code Editor UI component 2026-03-02 07:26:36 -03:00
error-reporter.js WIP: Various UI updates from previous session 2026-02-08 12:21:11 +00:00
home.js refactor(ui): extract inline CSS/JS to external files 2026-01-10 20:12:48 -03:00
htmx-app.js fix: resolve infinite WebSocket reconnection loop 2026-02-25 10:15:47 -03:00
i18n.js fix(i18n): Invalidate cache to fix placeholder translations 2026-02-14 20:05:28 +00:00
security-bootstrap.js WIP: Various UI updates from previous session 2026-02-08 12:21:11 +00:00
suite_app.js feat(ui): implement Window Manager desktop shell based on BUILD V3 design 2026-02-24 19:02:48 -03:00
theme-manager.js Fix window transparency and theme dropdown background issues 2026-03-03 08:27:17 -03:00
window-manager.js Fix window maximization and suggestion button visibility issues 2026-03-02 18:05:47 -03:00