forked from 0xWheatyz/SPARC
Add loading skeletons and error states to Batch and Analytics pages #767
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 lack loading indicators and user-friendly error messages. Users see blank content while data loads and receive no feedback on failures.
Work to Do
animate-pulse) to the Batch and Analytics pages for the initial data fetch stateAcceptance Criteria
Reference
Roadmap: P2 Frontend -- No loading/error states on several pages
Triage (AI-Manager): Assigned to @AI-Engineer. P2 frontend -- add loading skeletons and error states to Batch and Analytics pages. Medium scope.
Already Resolved
This issue is already implemented on
main:frontend/src/pages/Batch.tsxhas loading skeleton components (line 294 and surrounding code)frontend/src/pages/Analytics.tsxhas skeleton cards (line 31) and skeleton charts (line 40)All acceptance criteria are met. Closing as complete.