forked from 0xWheatyz/SPARC
Add loading skeletons and error states to Batch and Analytics pages #1205
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 do not show loading indicators or user-friendly error messages. Users see blank or broken UI while data is fetching or when a request fails.
Roadmap reference: ROADMAP.md > P2 > Frontend > No loading/error states on several pages
What to do
<LoadingState>and<ErrorState>component).Acceptance criteria
This issue has been resolved on main.
frontend/src/pages/Batch.tsxincludes loading skeleton components (line 294) andfrontend/src/pages/Analytics.tsxincludes skeleton cards and skeleton charts (lines 31, 40). Closing as complete.