Is your feature request related to a problem? Please describe.
When visiting a dashboard like commitpulse.vercel.app/dashboard/ayushia5, the page only uses the GitHub username (ayushia5) for display. The user's actual full name (e.g. "Ayushi Aggarwal") is already available via the GitHub API in the profile data, but it is not prominently shown in the page title, browser tab, or heading in place of or alongside the username.
Describe the solution you'd like
Fetch and display the user's real GitHub name from the API response (profile.name) wherever the username is currently shown as the primary identifier — such as the page <title>, the profile heading, and the dashboard header. The username can remain as a secondary label (e.g. @Ayushia5 below the full name).
Describe alternatives you've considered
Keeping the username-only display but adding the full name as a subtitle below it — this is simpler but less impactful for discoverability and personalization.
Is your feature request related to a problem? Please describe.
When visiting a dashboard like commitpulse.vercel.app/dashboard/ayushia5, the page only uses the GitHub username (ayushia5) for display. The user's actual full name (e.g. "Ayushi Aggarwal") is already available via the GitHub API in the profile data, but it is not prominently shown in the page title, browser tab, or heading in place of or alongside the username.
Describe the solution you'd like
Fetch and display the user's real GitHub name from the API response (profile.name) wherever the username is currently shown as the primary identifier — such as the page <title>, the profile heading, and the dashboard header. The username can remain as a secondary label (e.g. @Ayushia5 below the full name).
Describe alternatives you've considered
Keeping the username-only display but adding the full name as a subtitle below it — this is simpler but less impactful for discoverability and personalization.