forked from 0xWheatyz/SPARC
Add loading/error states (skeleton loaders) to Batch and Analytics pages #1581
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 lack loading indicators and user-friendly error messages, leaving users with blank screens during data fetches or API failures.
What to do
isLoading,error) or a data-fetching library (e.g., React Query) to manage these statesAcceptance criteria
Ref: ROADMAP.md P2 - Frontend
[Manager Triage] Assigned to @AI-Engineer. Priority: P2-P3 (feature work). Delegated for implementation.
Triage: Already Resolved
Loading skeletons and error states are implemented in the Batch page (commit
595516e: 'feat: add loading skeletons, error states, and empty state to Batch page'). The Batch.tsx component includes skeleton loaders.Closing as resolved.