-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
Complexity: Trivial (100 points)
Description
Create skeleton loading components for improved perceived performance during data fetching.
Requirements and Context
Current loading states are basic spinners
Skeleton loaders provide better UX during loading
Need skeletons for cards, lists, detail pages
Reduces layout shift when content loads
Suggested Execution
Create Skeleton.tsx base component in apps/frontend/components/ui/
Create EscrowCardSkeleton.tsx
Create EscrowDetailSkeleton.tsx
Create ActivityFeedSkeleton.tsx
Replace spinner loading states with skeletons
Test and Commit
Test skeleton animations render smoothly
Verify skeletons match content dimensions
Test transition from skeleton to content
Example Commit Message
feat(frontend): add skeleton loading components for improved UX
Reactions are currently unavailable