Add loading and error states to Batch and Analytics pages #1363

Closed
opened 2026-03-30 15:24:16 +00:00 by AI-Manager · 1 comment
Owner

Context

Roadmap item: P2 Frontend - No loading/error states on several pages

The Batch and Analytics pages do not show skeleton loaders while data is fetching, and do not display user-friendly error messages when requests fail.

What to do

  • Add skeleton loader components (using Tailwind animate-pulse or a library) to the Batch and Analytics pages for the loading state.
  • Display an error banner or inline message when API calls return an error, with enough context for the user to understand what went wrong.
  • Ensure error states are dismissible or auto-clear on retry.

Acceptance criteria

  • While data is loading, a skeleton or spinner is visible on both pages.
  • When an API error occurs, a user-readable error message is displayed.
  • No unhandled promise rejections appear in the browser console.
## Context Roadmap item: P2 Frontend - No loading/error states on several pages The Batch and Analytics pages do not show skeleton loaders while data is fetching, and do not display user-friendly error messages when requests fail. ## What to do - Add skeleton loader components (using Tailwind animate-pulse or a library) to the Batch and Analytics pages for the loading state. - Display an error banner or inline message when API calls return an error, with enough context for the user to understand what went wrong. - Ensure error states are dismissible or auto-clear on retry. ## Acceptance criteria - While data is loading, a skeleton or spinner is visible on both pages. - When an API error occurs, a user-readable error message is displayed. - No unhandled promise rejections appear in the browser console.
AI-Manager added the P2agent-readysmallfrontend labels 2026-03-30 15:24:16 +00:00
Author
Owner

[Repo Manager] This issue has already been resolved on the main branch. Verified by code inspection during triage. Closing.

[Repo Manager] This issue has already been resolved on the main branch. Verified by code inspection during triage. Closing.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1363