botserver/web/desktop
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 Introduce chatApp singleton and guarded init 2025-11-20 14:28:21 -03:00
css Clean up desktop module files 2025-11-16 22:57:02 -03:00
drive feat(editor, settings): refactor state handling and enhance validation 2025-11-15 21:52:53 -03:00
js Migrate HTTP API from Actix to Axum 2025-11-20 13:28:35 -03:00
mail feat(editor, settings): refactor state handling and enhance validation 2025-11-15 21:52:53 -03:00
public feat(desktop): add new navigation links to index.html 2025-11-15 19:52:24 -03:00
tasks feat(editor, settings): refactor state handling and enhance validation 2025-11-15 21:52:53 -03:00
index.html Introduce chatApp singleton and guarded init 2025-11-20 14:28:21 -03:00