feat: update Home screen to use React Query with loading states
- Replace static data with React Query hooks - Add loading skeletons for all data sections - Show shimmer effect while data is loading - Handle empty and error states gracefully
This commit is contained in:
@@ -19,5 +19,6 @@ export {
|
||||
useCollection,
|
||||
usePrograms,
|
||||
useFeaturedWorkouts,
|
||||
usePopularWorkouts,
|
||||
useWorkoutsByTrainer,
|
||||
} from './useSupabaseData'
|
||||
|
||||
Reference in New Issue
Block a user