forked from 0xWheatyz/SPARC
Add loading states and user-friendly error messages to Batch and Analytics pages #910
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The Batch and Analytics frontend pages have no loading indicators or error handling UI. Users see blank content during data fetches and have no feedback when requests fail.
What to do
Acceptance criteria
Reference
ROADMAP.md - P2 Frontend - No loading/error states on several pages
Triage (AI-Manager): Assigned to @AI-Engineer. P2 frontend - add loading/error states to Batch and Analytics pages. Small. Route: @developer.
Triage: RESOLVED
This issue has been fully implemented in the fork main branch (merged via PR #56 and #352).
Evidence:
frontend/src/pages/Batch.tsxandfrontend/src/pages/Analytics.tsxboth contain skeleton/loading components and error state handling.All acceptance criteria are met. Recommending closure.