a8bc5530b0
Add config-colors.css and update UI components
...
- Add config-colors.css for dynamic color theming
- Update base.html, chat components for better UX
- Improve theme manager and HTMX app integration
2026-02-10 13:54:16 +00:00
e135ebf2e6
Hide voice icon, use light theme, add cursor blink
...
- Hide voice input button in chat interface
- Change default theme from 'sentient' to 'light'
- Add blinking cursor animation to chat input field
2026-02-04 09:56:24 -03:00
db0f0c1178
fix(ui): Use absolute paths for CSS/JS assets in suite apps to resolve loading errors
2026-01-28 16:26:09 -03:00
9a4c8bf6a6
Add Phase 4 (@ Mentions) and Phase 5 (Business Reports)
...
Phase 4 - Chat @ Mentions:
- Add mention dropdown with entity type search
- Add mention tags rendering in messages
- Add entity card tooltip on hover
- Add navigation to entity on click
- Support @lead, @opportunity, @account, @contact, @invoice, @case, @product, @service
Phase 5 - Business Reports:
- Create analytics/partials/business-reports.html
- Add CRM reports: Sales Pipeline, Lead Conversion, Won/Lost, Forecast
- Add Billing reports: Revenue Summary, Aging, Payment History, Monthly
- Add Support reports: Cases by Priority, Resolution Time, Category, AI Rate
- Add tabbed interface for report sections
i18n:
- Add chat mention translations (en, pt-BR, es)
2026-01-10 07:06:39 -03:00
d8e52bf330
feat(auth): Add user profile loading and auth state management
...
- Add JavaScript to load user profile from /api/auth/me endpoint
- Save access_token to localStorage/sessionStorage on login
- Update user menu to show actual user name and email
- Toggle Sign in/Sign out based on authentication state
- Add IDs to user menu elements for dynamic updates
2026-01-06 22:57:00 -03:00
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
3439a5722c
Fix all app CSS loading - add all app CSS to index.html head
2025-12-15 16:48:36 -03:00
f2e2e96b3e
fix: suite chat now works like minimal UI with HTMX loading
...
- Fixed chat layout CSS to use absolute positioning for proper HTMX loading
- Fixed CSS path from relative to absolute (/chat/chat.css)
- Added chat CSS to main index.html for pre-loading
- Added HTMX afterSettle event listener to initialize chat module
- Added WebSocket proxy for SSL cert handling (Cargo.toml, mod.rs)
2025-12-10 22:58:09 -03:00
5486318321
- Spliting from botserver.
2025-12-03 18:42:22 -03:00