forked from 0xWheatyz/SPARC
Add skeleton loaders and error states to Batch and Analytics pages #1387
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?
Background
Roadmap item: P2 Frontend — No loading/error states on several pages
The Batch and Analytics pages have no visual feedback while data is loading and no user-friendly error messages when API calls fail. Users see a blank or broken layout with no explanation.
Task
react-loading-skeleton) to both pages for the initial data fetch.Acceptance Criteria
Reference
See ROADMAP.md § P2 Frontend.
Resolved by PRs #352 and #56 (merged). Skeleton loaders and error states have been added to the Batch and Analytics pages.