diff --git a/apps/web/src/app/dashboard/repository/[id]/contributors/page.tsx b/apps/web/src/app/dashboard/repository/[id]/contributors/page.tsx index 715ee82..4c029e5 100644 --- a/apps/web/src/app/dashboard/repository/[id]/contributors/page.tsx +++ b/apps/web/src/app/dashboard/repository/[id]/contributors/page.tsx @@ -57,8 +57,29 @@ export default async function ContributorsPage({ params }: { params: { id: strin {profiles.length === 0 ? ( -
+ {repo.syncStatus === "LIVE" + ? "This repository has no recorded contributors. This may happen for newly synced repos or due to GitHub API rate limiting." + : "Contributor data will appear once the repository finishes syncing."} +
+ {repo.syncStatus !== "LIVE" && ( + + + Sync in progress + + )}