botserver/web
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
..
desktop Introduce chatApp singleton and guarded init 2025-11-20 14:28:21 -03:00
html feat: add actix-files dependency for file serving support 2025-11-15 19:08:26 -03:00