MAESTRO: add inline error indicators to results

This commit is contained in:
Mariusz Banach
2026-02-18 02:29:46 +01:00
parent c2cb756eeb
commit bb6b84b470
4 changed files with 228 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ Frontend uses `fetch` with `ReadableStream` reader (not native `EventSource`, wh
- [x] Submitting headers triggers backend analysis with SSE streaming
- [x] Progress bar updates in real-time showing current test name and percentage
- [x] Countdown timer counts down from 30 seconds
- [ ] Partial failures show inline error indicators per FR-25
- [x] Partial failures show inline error indicators per FR-25 (Added AnalysisResults rendering with inline error badges.)
- [ ] Timeout at 30s displays partial results with notification listing incomplete tests
- [ ] Empty input returns 400, oversized >1MB returns 413
- [ ] Linting passes on both sides