forked from 0xWheatyz/SPARC
Add loading and error states to Batch and Analytics frontend pages #317
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
Roadmap item: P2 Frontend — loading/error states
The Batch and Analytics pages currently have no loading indicators or error messages. Users see a blank or stale UI while data is fetching or when a request fails.
Work Required
isLoading,error) or an existing data-fetching hook pattern already used elsewhere in the codebaseAcceptance Criteria
tsc --noEmitpasses)This issue has already been resolved in the fork's main branch. Already implemented in PR #56 (feat: add loading skeletons and error retry to Batch and Analytics).
Closing as completed.