b4c49314a6
Fix apps dropdown menu positioning near the grid button
...
- Changed apps-dropdown right position from 60px to 0 in app.css
- Wrapped apps button and dropdown in a container with position:relative
- Moved dropdown to be a sibling of the button inside the container
- Removed duplicate dropdown from header-right section
2026-01-03 17:19:17 -03:00
4a3eb0cc4f
Fix tasks UI and add WebSocket proxy for task progress
...
Tasks UI:
- Add proper CSS for task cards with status-based colors
- Add task detail panel CSS for header, progress, sections
- Remove duplicate empty state div
- Add All Tasks filter pill
- Fix updateFilterCounts to use /api/tasks/stats/json
- Remove fake demo agent activity simulation
- Add detailed console logging for WebSocket debugging
- Update floating progress panel with terminal-style metrics
WebSocket proxy:
- Add /ws/task-progress proxy route without required params
- Add handle_task_progress_ws_proxy for task progress WebSocket
- Support optional task_id filtering
2025-12-30 22:42:54 -03:00
9fe234aa3c
Update UI components, styling, and add theme-sentient and intents
2025-12-15 23:16:09 -03:00
c9602593a4
Fix drive.html to use proper CSS class structure matching existing drive.css
2025-12-15 16:44:07 -03:00
45b23af166
Fix suite app routing - use HTML files instead of API endpoints, add drive.html
2025-12-15 16:40:04 -03:00
4451cffdb5
Rename tasks-sentient to tasks (make sentient theme default)
2025-12-15 16:33:23 -03:00
1f95ac7a15
refactor: Extract inline CSS/JS to separate files for monitoring module
...
- Create individual CSS files: monitoring.css, alerts.css, health.css, logs.css, metrics.css, resources.css
- Create individual JS files: monitoring.js, alerts.js, health.js, logs.js, metrics.js, resources.js
- Update HTML files to reference external CSS/JS files
- Add CSS/JS files for other modules (analytics, chat, mail, meet, tasks, etc.)
- Remove obsolete implementation plan files
2025-12-07 09:56:27 -03:00
b0929db172
Update: General project updates
2025-12-06 11:09:12 -03:00
5486318321
- Spliting from botserver.
2025-12-03 18:42:22 -03:00