botserver/web
Rodrigo Rodriguez (Pragmatismo) df36448f14 fix: correct syntax error and improve chat UI initialization
- Removed stray `o` character after `pendingContextChange` declaration to fix a syntax error in `chat.js`.
- Added safety check before calling `focus()` on the message input element.
- Implemented `preloadChatCSS()` to preload chat styles and prevent flash‑of‑unstyled‑content.
- Added GSAP fade‑in animation when switching sections for smoother visual transition.
- Ensured input field is auto‑focused after a section loads.
- Changed the default initial section from `drive` to `chat` to align with new default behavior.
2025-11-17 12:16:53 -03:00
..
desktop fix: correct syntax error and improve chat UI initialization 2025-11-17 12:16:53 -03:00
html feat: add actix-files dependency for file serving support 2025-11-15 19:08:26 -03:00