botserver/web/desktop/chat
Rodrigo Rodriguez (Pragmatismo) 9f1d74b101 Introduce chatApp singleton and guarded init
- Implement singleton pattern for chatApp to prevent multiple instances
- Gate initialization with isInitialized to skip repeated init calls
- Add guards for auth and WebSocket connections to avoid overlaps
- Filter non-message payloads and only render content messages
- Improve scroll-to-bottom button visibility and interaction
- Update scrollbar styling, including dark theme rules
2025-11-20 14:28:21 -03:00
..
chat.css Introduce chatApp singleton and guarded init 2025-11-20 14:28:21 -03:00
chat.html refactor(web): consolidate routing and expose auth handler 2025-11-17 10:00:12 -03:00
chat.js Introduce chatApp singleton and guarded init 2025-11-20 14:28:21 -03:00