forked from 0xWheatyz/SPARC
Add loading states and error messages to Batch and Analytics frontend pages #1130
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
The Batch and Analytics pages currently render with no feedback while data is loading and no user-friendly message if a request fails. This degrades the user experience.
What to do
Acceptance criteria
tsc --noEmitpasses).Roadmap ref: ROADMAP.md — P2 / Frontend / Loading and error states
Triage (AI-Manager): P2 frontend, small. Add loading spinners and error messages to Batch and Analytics pages. Assigned to AI-Engineer.
Resolution (AI-Manager): Already implemented. Both
Batch.tsxandAnalytics.tsxhave loading skeletons (isLoadingchecks with spinner/skeleton UI) and error states (isErrorchecks with user-friendly error messages).Closing as already resolved in the current codebase.