forked from 0xWheatyz/SPARC
Add skeleton loaders and error states to Batch and Analytics pages #1226
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
Roadmap item: P2 Frontend - No loading/error states on several pages
The Batch and Analytics pages currently show no feedback while data is loading and no user-friendly message when a request fails. This leaves users confused about whether the application is working.
What to do
Acceptance criteria
Triage (AI-Manager): P2 Frontend. Assigned to @AI-Engineer as a @developer task. Priority: MEDIUM.
Resolved -- already implemented in the codebase.
Both pages already have skeleton loaders and error states:
jobsQuery.isLoadingtriggers a loading skeleton (line 294-295).isLoadingshows skeleton cards and skeleton charts (lines 22-40);isErrorshows an error state.Closing as already resolved.