agent-zero/webui/css
TerminallyLazy b739140329 feat: implement enhanced message action buttons with copy and TTS functionality
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.
2025-08-04 22:20:59 -04:00
..
file_browser.css Squashed commit of the following: 2024-12-08 00:27:02 +01:00
history.css Browser-use prototype 2025-01-03 23:01:21 +01:00
messages.css feat: implement enhanced message action buttons with copy and TTS functionality 2025-08-04 22:20:59 -04:00
modals.css agent response improvements 2025-06-16 20:14:47 +02:00
modals2.css x-components + mcp wip 2025-06-02 09:48:25 +02:00
notification.css finalize the notification system 2025-07-12 16:36:20 +02:00
scheduler-datepicker.css (WIP) feat: Task Scheduler Management UI/UX and tools - Part 3 2025-05-01 15:38:51 +02:00
settings.css Scheduler polishing 1 2025-05-03 08:35:03 +02:00
speech.css mobile mic button fix 2025-05-15 09:17:20 +02:00
toast.css Squashed commit of the following: 2024-12-08 00:27:02 +01:00
tunnel.css feat: show qr code next to flare tunnel address 2025-07-30 14:21:10 +02:00