forked from 0xWheatyz/SPARC
Add loading states and error messages to Batch and Analytics pages #936
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?
Summary
The Batch and Analytics pages make async API calls but do not display skeleton loaders while data is fetching or user-friendly error messages when requests fail. This leaves users staring at a blank or broken-looking page.
Roadmap Reference
P2 Frontend -- No loading/error states on several pages (ROADMAP.md)
What to do
<LoadingSpinner>and<ErrorBanner>component) to keep styling uniform.Acceptance criteria
tsc --noEmitpasses with no new type errors.This issue has been resolved. PR #352 ("feat: add loading skeletons and error states to Batch page") and PR #56 ("feat: add loading skeletons and error retry to Batch and Analytics") were merged into main. Closing as completed.