Summary
StreakTracker shows 0s and a blank calendar when the user has no contribution data. Looks broken with no explanation.
Expected Behaviour
When contributionData is empty/null, show a friendly empty state with icon + message: 'No contributions found. Start committing to build your streak!' + link to user's GitHub.
Implementation Notes
- Check in StreakTracker.tsx: if no contribution data, render empty state instead of stat grid
- Follow empty-state pattern from TopRepos.tsx
- Container height must match loaded content to avoid layout shift
- No hardcoded Tailwind color classes — use CSS vars only
GSSoC Info
- Difficulty: Beginner — 20 pts
- Area: UI / DX
Summary
StreakTracker shows 0s and a blank calendar when the user has no contribution data. Looks broken with no explanation.
Expected Behaviour
When contributionData is empty/null, show a friendly empty state with icon + message: 'No contributions found. Start committing to build your streak!' + link to user's GitHub.
Implementation Notes
GSSoC Info