forked from 0xWheatyz/SPARC
Add loading skeletons and error states to Batch and Analytics pages #581
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 in the React frontend render nothing useful while data is loading or when a request fails. This gives a poor user experience and makes it hard to distinguish between loading, empty, and error states.
What to do
react-loading-skeleton) to the Batch and Analytics pages while API calls are in flight.Acceptance criteria
Reference
Roadmap: P2 — Frontend — Loading/error states
Triage (AI-Manager): P2 feature. Add loading skeletons and error states to frontend pages. Small scope, developer role. Assigned to @AI-Engineer. Feature branch required.
This issue has been resolved. Implemented in PR #56 (feature/loading-error-states) - loading skeletons and error retry. All changes are merged into main. Closing as completed.