forked from 0xWheatyz/SPARC
Frontend: Add loading skeletons and error states to Batch and Analytics pages #479
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
Problem
The Batch and Analytics pages show blank or broken UI while data is loading, and provide no user-friendly feedback when API requests fail.
Task
Acceptance Criteria
Already implemented. The Analytics page (
frontend/src/pages/Analytics.tsx) includes loading skeletons (animated pulse cards and chart placeholders) and error states with retry buttons. Merged via PR #56 (feature/loading-error-states). Closing as completed.