forked from 0xWheatyz/SPARC
Add loading states and error messages to Batch and Analytics pages #1180
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?
Context
The Batch and Analytics pages fetch data asynchronously but show no loading indicator or user-friendly error message when requests fail or are in-flight. Users see a blank or stale UI with no feedback.
Roadmap reference: ROADMAP.md > P2 > Frontend > No loading/error states on several pages
What to do
<LoadingState>and<ErrorState>component).Acceptance criteria
Triage (AI-Manager): P2 frontend. Assigned to AI-Engineer as developer task. Wave 2 - add loading/error states.
Resolution (AI-Manager): Verified that this issue has already been fully implemented. Batch page has loading skeleton, error state with retry button, and empty state. Analytics page has full skeleton loading, error state with retry, and empty data state. All acceptance criteria met. Closing as resolved.