Commit graph

46 commits

Author SHA1 Message Date
3clyp50
23beed94de message handling refactor #1 2026-01-23 14:13:02 +01:00
frdel
429f737786 preparation for refactor 2026-01-23 10:11:41 +01:00
3clyp50
2c8eeda6b4 active groups use DOM; mode bugfix 2026-01-22 09:54:31 +01:00
3clyp50
2afd2f077f current mode steps delay fix 2026-01-22 09:25:01 +01:00
3clyp50
2b867f00f0 action buttons restore/fix 2026-01-22 02:36:53 +01:00
frdel
2ce2142ec8 Merge branch 'pr/907' into development 2026-01-21 17:36:54 +01:00
3clyp50
3692587696 steps/groups tracking and bugfix; timeout for msgs 2026-01-21 17:33:08 +01:00
frdel
ef246d3f38 Update process-group.css 2026-01-21 17:16:56 +01:00
frdel
060f631f3e user message attachments progress 2026-01-21 16:47:57 +01:00
3clyp50
91304a58d5 step expansion fix and timeout 2026-01-21 14:58:03 +01:00
3clyp50
bcee4768c9 action buttons redesign (detail-copy-speak) 2026-01-21 14:56:03 +01:00
frdel
e53db344b7 attachments, errors 2026-01-21 12:02:47 +01:00
3clyp50
f95db44a51 error redesign
error css fixes

css cleanup

copy btn in errors
2026-01-20 16:28:09 +01:00
3clyp50
6aaadfaf2f view details btn fix 2026-01-20 16:28:03 +01:00
3clyp50
cc276a0f5b step detail modal for all events 2026-01-20 15:48:53 +01:00
3clyp50
54248d4937 detail modes for process groups/steps 2026-01-20 14:36:06 +01:00
3clyp50
9ed61e93dd hide proc-grp notifs icon when <0 2026-01-20 13:15:46 +01:00
3clyp50
41873c9905 warn/info/hint notifs in process grp 2026-01-20 11:49:47 +01:00
3clyp50
f0e4e6d1fe step-title shiny text 2026-01-20 11:49:47 +01:00
3clyp50
8d01a9c58d chat-width settings in prefs 2026-01-19 06:01:33 +01:00
3clyp50
d5889fa420 code-exec ux fixes
code-exec ux fixes

fix clickable paths in code-exec terminal
2026-01-19 04:01:20 +01:00
3clyp50
3ed6b1d3f1 update browser name badge 2026-01-19 03:34:17 +01:00
frdel
f11f5da555 UI polishing 2026-01-07 16:59:01 +01:00
3clyp50
9dea6efe80 rm showThoughts and showJSON 2026-01-06 18:46:57 +01:00
3clyp50
9295cd30cc subordinates agents nesting in process groups 2026-01-06 18:32:01 +01:00
3clyp50
74595c6e8d streamline status badges; polish chat-history css 2026-01-06 03:31:20 +01:00
3clyp50
3e31dcbb42 tool specific step badges 2026-01-06 03:31:20 +01:00
3clyp50
3705096739 showThoughts hide/show GEN steps 2026-01-06 03:31:20 +01:00
3clyp50
5844e58b83 fix: take durationms from backend
duration and timestamp persist
log and process groups cleanup
2026-01-06 03:31:19 +01:00
3clyp50
b0d83a439d process groups and steps css polish
remove leftover user status label
2026-01-06 03:31:19 +01:00
3clyp50
e275cab0c9 status icons and formatting 2026-01-06 03:30:45 +01:00
Alessandro
8181a8268a remove bg-colors from messages; logItem updates
- backend-driven step duration with live counter
- Add duration_ms field to LogItem (python/helpers/log.py)
- Pass duration_ms through API to frontend
- Live timer for in-progress steps, duration_ms final value for completed
2026-01-06 03:30:45 +01:00
Wabifocus
72439d5966 Add timestamps and per-step execution time 2026-01-06 03:30:45 +01:00
Wabifocus
0ce48c80c1 fix 2026-01-06 03:30:45 +01:00
Wabifocus
c0faaafd57 Integrate Embedded Process Groups with Expand/Collapse Support 2026-01-06 03:30:45 +01:00
frdel
8c6c1e78d5 frontend components refactor cleanup 2025-10-24 11:42:07 +02:00
frdel
97575a2d8b local TTY implementation 2025-08-07 13:32:56 +02:00
frdel
f81e448717 action buttons sticky 2025-08-06 22:02:56 +02:00
frdel
41c2bc2f74 action buttons 2025-08-05 22:08:31 +02:00
TerminallyLazy
c61bc30de8 remove unecessary stuff 2025-08-04 23:49:49 -04:00
TerminallyLazy
f9958ae3d1 fix user message TTS 2025-08-04 22:32:59 -04:00
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
frdel
2dc67820fa bugfixes and cleanup
fix speech on mobile brave
fix short message scrolls
remove font awesome
2025-07-16 10:49:48 +02:00
frdel
6fc24c23a0 0.9.1 finalizing 2025-07-02 13:03:43 +02:00
frdel
a769cb858f messages redesign wip 2025-07-01 22:32:32 +02:00
frdel
2fcc8ec885 merge prep 2025-06-30 16:16:51 +02:00