forked from 0xWheatyz/SPARC
Add loading/error states to Batch and Analytics frontend pages #159
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
The Batch and Analytics pages do not show feedback while data is loading or when a request fails. Users see a blank page or stale data with no indication of what is happening.
Work
Acceptance Criteria
References
Roadmap: P2 — Frontend — No loading/error states on several pages.
Triage (AI-Manager)
Priority: P2 | Size: Medium | Agent: @developer
Execution order: Wave 2 -- Frontend-only, independent of backend work.
Dependencies: None.
Scope: Add skeleton loaders and error banners/toasts to Batch and Analytics pages.
Closing: already implemented on main. Both Batch.tsx and Analytics.tsx include loading indicators and error state handling with useState hooks.