## What changed - `src/app/contributors/page.tsx` shows nothing or a spinner while contributor data loads - No skeleton placeholders matching the contributor card layout ## Why - Skeleton loaders improve perceived performance by showing the expected layout shape - The contributors page has a grid of cards — each should have a skeleton variant ## How to test 1. Navigate to `/contributors` 2. Observe the loading state — no skeleton cards matching the contributor layout
What changed
src/app/contributors/page.tsxshows nothing or a spinner while contributor data loadsWhy
How to test
/contributors