botui/ui/suite/monitoring
Rodrigo Rodriguez (Pragmatismo) 69654f37d6 refactor(ui): extract inline CSS/JS to external files
Phase 2 of CSS/JS extraction - replace inline styles and scripts with
external file references for better maintainability and caching.

Files updated:
- home.html -> css/home.css, js/home.js
- tasks/tasks.html -> tasks/tasks.css, tasks/tasks.js
- admin/index.html -> admin/admin.css, admin/admin.js
- analytics/analytics.html -> analytics/analytics.css, analytics/analytics.js
- mail/mail.html -> mail/mail.css, mail/mail.js
- monitoring/monitoring.html -> monitoring/monitoring.css, monitoring/monitoring.js
- attendant/index.html -> attendant/attendant.css, attendant/attendant.js

All JS wrapped in IIFE pattern to prevent global namespace pollution.
Functions called from HTML onclick handlers exposed via window object.
HTMX reload handlers included for proper reinitialization.

Per PROMPT.md: no CDN links, HTMX-first approach, local assets only.
2026-01-10 20:12:48 -03:00
..
alerts.css refactor: Extract inline CSS/JS to separate files for monitoring module 2025-12-07 09:56:27 -03:00
alerts.html Fix apps dropdown menu positioning near the grid button 2026-01-03 17:19:17 -03:00
alerts.js Fix apps dropdown menu positioning near the grid button 2026-01-03 17:19:17 -03:00
health.css feat(auth): Add user profile loading and auth state management 2026-01-06 22:57:00 -03:00
health.html Fix apps dropdown menu positioning near the grid button 2026-01-03 17:19:17 -03:00
health.js refactor: Extract inline CSS/JS to separate files for monitoring module 2025-12-07 09:56:27 -03:00
home-dashboard.html feat(auth): Add user profile loading and auth state management 2026-01-06 22:57:00 -03:00
index.html Fix apps dropdown menu positioning near the grid button 2026-01-03 17:19:17 -03:00
live-dashboard.svg - Spliting from botserver. 2025-12-03 18:42:22 -03:00
logs.css feat(auth): Add user profile loading and auth state management 2026-01-06 22:57:00 -03:00
logs.html feat(auth): Add user profile loading and auth state management 2026-01-06 22:57:00 -03:00
logs.js Update UI components, styling, and add theme-sentient and intents 2025-12-15 23:16:09 -03:00
metrics.css feat(auth): Add user profile loading and auth state management 2026-01-06 22:57:00 -03:00
metrics.html Fix apps dropdown menu positioning near the grid button 2026-01-03 17:19:17 -03:00
metrics.js refactor: Extract inline CSS/JS to separate files for monitoring module 2025-12-07 09:56:27 -03:00
monitoring.css refactor: Extract inline CSS/JS to separate files for monitoring module 2025-12-07 09:56:27 -03:00
monitoring.html refactor(ui): extract inline CSS/JS to external files 2026-01-10 20:12:48 -03:00
monitoring.js refactor(ui): extract inline CSS/JS to external files 2026-01-10 20:12:48 -03:00
resources.css feat(auth): Add user profile loading and auth state management 2026-01-06 22:57:00 -03:00
resources.html Fix apps dropdown menu positioning near the grid button 2026-01-03 17:19:17 -03:00
resources.js refactor: Extract inline CSS/JS to separate files for monitoring module 2025-12-07 09:56:27 -03:00
services.css refactor: Extract inline CSS/JS to separate files for monitoring module 2025-12-07 09:56:27 -03:00
services.html refactor: Extract inline CSS/JS to separate files for monitoring module 2025-12-07 09:56:27 -03:00