botui/ui/suite/js
Rodrigo Rodriguez (Pragmatismo) 7bb230b59c fix(htmx): register auth header listener on document immediately
The listener was being registered on document.body inside initHTMX(),
but HTMX requests could start before body was ready.

Now register on document at script load time (immediately) to ensure
all HTMX requests get the Authorization header.
2026-01-10 14:19:22 -03:00
..
vendor feat(auth): Add user profile loading and auth state management 2026-01-06 22:57:00 -03:00
api-client.js feat(api-client): add centralized API client with auth token injection 2026-01-10 11:47:54 -03:00
auth-service.js feat(auth): Add user profile loading and auth state management 2026-01-06 22:57:00 -03:00
base.js feat(auth): Add user profile loading and auth state management 2026-01-06 22:57:00 -03:00
home.js refactor: Extract inline CSS/JS to separate files for monitoring module 2025-12-07 09:56:27 -03:00
htmx-app.js fix(htmx): register auth header listener on document immediately 2026-01-10 14:19:22 -03:00
i18n.js fix(i18n): fix DOM timing issue in i18n.js 2026-01-10 10:54:05 -03:00
theme-manager.js - Spliting from botserver. 2025-12-03 18:42:22 -03:00