Skip to content

🔧 Add loading states to all async operations #65

@Smartdevs17

Description

@Smartdevs17

Problem

Inconsistent loading state handling across screens.

Context

Users see spinner sometimes, not others, creating confusion.

Proposed Solution

Standardize loading:

  1. Define LoadingState type
  2. Add loading to all stores
  3. Show consistent loading UI
  4. Handle error states

Acceptance Criteria

  • All async ops have loading state
  • Consistent loading UI
  • Error messages shown
  • Retry available on error

Technical Notes

Files: All screens and stores

Constraints

  • Keep UI responsive
  • Handle partial loading
  • Consider skeleton screens

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions