forked from 0xWheatyz/SPARC
Add loading skeletons and error states to Batch and Analytics pages #456
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 have no loading indicators or user-friendly error messages. Users see a blank or broken UI while data is fetching or if a request fails.
What to do
react-loading-skeleton) to the Batch and Analytics pages while data is being fetched.Acceptance criteria
console.errorcalls are swallowed silently.Reference: ROADMAP.md - P2 Frontend
[Repo Manager Triage] P2 Frontend issue - medium complexity. Assigned to @AI-Engineer. Delegating to @developer agent for UI loading states.
[Repo Manager] Closing as already implemented.
Already implemented:
Analytics.tsx:22-39shows skeleton cards withanimate-pulseduring loading.Batch.tsx:153-160shows error states.Batch.tsx:294-300has loading skeleton for job history. Both pages handleisErrorstates with user-friendly messages.