botui/ui/suite/tasks
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
..
autotask.css fix: Visible scrollbars only on task list and progress log, no global scroll 2026-01-02 13:33:06 -03:00
autotask.html Fix apps dropdown menu positioning near the grid button 2026-01-03 17:19:17 -03:00
autotask.js Fix duplicate WS progress bug - rebuild tree on structure change 2026-01-02 12:48:54 -03:00
intents.html Designer and editor magic button UI, tasks UI improvements 2025-12-28 11:50:52 -03:00
progress-panel.css Fix task progress UI: pixel-perfect design with dot indicators 2025-12-31 23:45:38 -03:00
progress-panel.html Fix task progress UI: pixel-perfect design with dot indicators 2025-12-31 23:45:38 -03:00
progress-panel.js Fix duplicate WS progress bug - rebuild tree on structure change 2026-01-02 12:48:54 -03:00
taskmd.css Fix apps dropdown menu positioning near the grid button 2026-01-03 17:19:17 -03:00
tasks.css Fix apps dropdown menu positioning near the grid button 2026-01-03 17:19:17 -03:00
tasks.html refactor(ui): extract inline CSS/JS to external files 2026-01-10 20:12:48 -03:00
tasks.js refactor(ui): extract inline CSS/JS to external files 2026-01-10 20:12:48 -03:00