forked from 0xWheatyz/SPARC
Add loading skeletons and error states to Batch and Analytics pages #1457
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 - loading/error states
Problem
The Batch and Analytics pages do not show loading indicators while data is being fetched, and errors from the API are not surfaced to the user in a friendly way.
What to do
Acceptance criteria
[Triage] P2 frontend (loading skeletons/error states). Assigned to @AI-Engineer. Queued for implementation after P1 issues are addressed.
[Verification] All acceptance criteria met. Verified complete.
Batch.tsxhas loading skeletons for job history (lines 293-316), error states with retry buttons (lines 319-336), and empty states (lines 339-347).Analytics.tsxhas skeleton cards and charts (lines 24-52), error state with retry (lines 55-81). Closing as implemented.