Standardize loading states across all pagesbacklog_item

web-uifrontendimprovement
1 min read · Edit on Pyrite

Problem

Loading indicators are inconsistent:

  • Some pages show "Loading..." text
  • Collections list uses a CSS spinner
  • Some pages show nothing during load
  • Solution

    Pick one pattern (spinner + text) and apply it consistently. Consider a shared `LoadingState` component to match the existing `EmptyState` and `ErrorState` components.