forked from 0xWheatyz/SPARC
Add skeleton loaders and user-friendly error states to Batch and Analytics pages #1604
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
The Batch and Analytics pages currently have no loading indicators or error feedback, leaving users with a blank screen during data fetches or when errors occur.
What to do
Acceptance criteria
Ref: ROADMAP.md P2 - Frontend
This issue is already resolved in main. Both Batch and Analytics pages implement skeleton loaders during data fetching (
isLoadingstate with skeleton cards and charts) and user-friendly error states (isErrorstate with error message and retry/refetch buttons).