mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-10 12:09:43 +00:00
Replace plain text copy buttons with modern icon-based action buttons featuring: - Material Design icons for copy and text-to-speech actions - Responsive behavior: hover on desktop, tap on mobile - Visual feedback for success/error states - Speech synthesis integration with existing speech store - Viewport-aware positioning for long messages - Modern Clipboard API with execCommand fallback - Full accessibility support with ARIA labels and keyboard navigation Files added: - webui/components/messages/action-buttons/message-action-buttons.js - webui/components/messages/action-buttons/message-action-buttons.css - webui/components/messages/action-buttons/README.md - webui/js/message-interactions.js Files modified: - webui/js/messages.js (integrate new component, remove legacy functions) - webui/css/messages.css (deprecate old copy button styles) - webui/index.html (add component CSS import) The implementation follows Agent Zero's modular component architecture and maintains backward compatibility during the transition period. |
||
|---|---|---|
| .. | ||
| file_browser.css | ||
| history.css | ||
| messages.css | ||
| modals.css | ||
| modals2.css | ||
| notification.css | ||
| scheduler-datepicker.css | ||
| settings.css | ||
| speech.css | ||
| toast.css | ||
| tunnel.css | ||