You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add portfolio preview modal for searched GitHub users
After searching a GitHub username, a 'Preview portfolio' button appears
in the search results panel. Clicking it opens a full-screen modal that
renders a faithful threejs-style portfolio preview using the user's
public GitHub data:
- Preview banner bar with username and 'Fork & make yours' CTA
- Navbar replica with user initials and nav labels
- Hero section: avatar with glow ring, gradient name, bio, location,
website, X/Twitter link, stats badges (repos/followers/following),
'View on GitHub' and 'Fork & build yours' buttons
- Top repos grid (up to 6) with language colour dots and star counts
- Footer CTA: 'Fork Gitfolio — deploy in 30 seconds' section
Uses CSS dot-grid and canvas scan-line animation instead of WebGL
to avoid exceeding the browser WebGL context limit.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments