botserver/web/desktop
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
..
chat fix: correct syntax error and improve chat UI initialization 2025-11-17 12:16:53 -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 fix: correct syntax error and improve chat UI initialization 2025-11-17 12:16:53 -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 refactor(web): add SPA fallback route and clean up server 2025-11-17 12:11:13 -03:00