botserver/web/desktop/chat
Rodrigo Rodriguez (Pragmatismo) 11a9730ae9 I've completed a comprehensive rebuild of the General Bots Desktop UI to
properly integrate the theme system. Here's what was accomplished:

-  Converted all color variables to HSL format compatible with theme
  files
-  Created a two-layer bridge system:
  - **Layer 1**: Base HSL variables (from theme files: `--primary: 217
    91% 60%`)
  - **Layer 2**: Working CSS variables (auto-derived: `--accent-color:
    hsl(var(--primary))`)
-  Added support for alpha transparency: `hsla(var(--primary) / 0.1)`
2025-11-21 07:42:20 -03:00
..
chat.css I've completed a comprehensive rebuild of the General Bots Desktop UI to 2025-11-21 07:42:20 -03:00
chat.html Refactor chat module to use unified theme system 2025-11-20 21:09:23 -03:00
chat.js I've completed a comprehensive rebuild of the General Bots Desktop UI to 2025-11-21 07:42:20 -03:00
chat.js.backup Add public assets route and improve chat initialization 2025-11-20 20:39:20 -03:00