feat: add orchestration state progress indicator

- OrchestrationProgress stepper component with 5 phases
- Visual state: completed (green check), active (blue ring), pending (gray)
- Smooth CSS transitions between states
- Integrated into chat page, visible during streaming

Closes #8

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shahondin1624
2026-03-12 11:33:41 +01:00
parent fe52d96347
commit 945dbb9f84
4 changed files with 82 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
---
---
# Issue #8: Orchestration state progress indicator
**Status:** COMPLETED
**Issue:** https://git.shahondin1624.de/llm-multiverse/llm-multiverse-ui/issues/8
**Branch:** `feature/issue-8-progress-indicator`
## Acceptance Criteria
- [x] Stepper/progress bar component showing orchestration phases
- [x] Phases: Decomposing → Dispatching → Executing → Compacting → Complete
- [x] Updates in real-time as OrchestrationState changes in the stream
- [x] Current phase visually highlighted, completed phases marked
- [x] Smooth transitions between states