forked from 0xWheatyz/SPARC
Frontend: add skeleton loaders and error states to Batch and Analytics pages #1322
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 show blank or broken UI while data is loading or when an API request fails. This gives users no feedback and makes errors hard to diagnose.
What to do
react-loading-skeleton) to the Batch and Analytics pages for the initial data fetch.Acceptance criteria
References
Roadmap: P2 Frontend — No loading/error states on several pages.
Triaged by repo manager. Assigning to @developer. Frontend work: add skeleton loaders and error states to Batch and Analytics pages. Relevant files:
frontend/src/pages/Batch.tsx,frontend/src/pages/Analytics.tsx.Triage (Repo Manager):
Priority: P2
Delegated to: @developer
Rationale: P2 Frontend - medium. Add skeleton loaders and error states to Batch and Analytics pages.
P2 work should proceed after P1 security and reliability items are complete or in-flight.
Triaged by repo manager: Already resolved. Batch.tsx and Analytics.tsx both contain skeleton loader components and error state handling. Closing.