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:
Millian Lamiaux
2026-03-17 14:29:27 +01:00
parent b1741e965c
commit 197324188c
2 changed files with 66 additions and 50 deletions

View File

@@ -19,5 +19,6 @@ export {
useCollection,
usePrograms,
useFeaturedWorkouts,
usePopularWorkouts,
useWorkoutsByTrainer,
} from './useSupabaseData'