mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-30 11:13:36 +00:00
Simplify the progress placeholder by removing the surrounding <span class="chat-input-progress-cue"> wrapper and its associated CSS rules. progressPlaceholderHtml now returns only the converted icon HTML (convertIconMarkersToHtml(this.progressText)), and the redundant .chat-input-progress-cue styles were deleted to match the markup change. This streamlines rendering of the progress indicator and avoids an extra DOM element. |
||
|---|---|---|
| .. | ||
| bottom-actions-bar.html | ||
| bottom-actions.html | ||
| chat-bar-input.html | ||
| chat-bar.html | ||
| composer-banner-store.js | ||
| input-store.js | ||
| progress.html | ||