generalbots/botui/ui/suite/chat
Rodrigo Rodriguez (Pragmatismo) d453eef57d
All checks were successful
Botlib CI / build (push) Successful in 7s
BotServer / build (push) Successful in 3m56s
Bottest CI / build (push) Successful in 35s
BotUI CI / build (push) Successful in 45s
fix: Use event delegation for switcher clicks
- Event listeners were lost when renderSwitchers() re-created DOM
- Now using event delegation on parent container
- Listener attached once, persists across re-renders
- Added logging to verify active_switchers payload

Fixes switcher toggle not persisting and LLM modifier not being sent.
2026-04-24 16:57:30 +00:00
..
chat-main.js refactor: Split chat.html into modular JS files 2026-04-24 16:22:08 +00:00
chat-messages.js refactor: Split chat.html into modular JS files 2026-04-24 16:22:08 +00:00
chat-switchers.js fix: Use event delegation for switcher clicks 2026-04-24 16:57:30 +00:00
chat.css feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
chat.html refactor: Split chat.html into modular JS files 2026-04-24 16:22:08 +00:00
chat.js feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
projector.html feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00