v0.6.1 — Followers Map: user switcher
Followers Map: User Switcher
On the /[owner]/followers page, users can now navigate to any other GitHub user's followers map without leaving the page. A compact @login / trigger in the header opens a command-palette modal that queries the GitHub Search API with a 200 ms debounce, showing up to 8 user results with avatars. Keyboard navigation (↑↓ Enter Escape) and the / global shortcut are supported.
New files
src/components/followers-user-switcher.tsx: trigger button + modal componentsrc/app/api/users/autocomplete/route.ts:GET /api/users/autocomplete?q=proxies GitHubsearch/users, returns{ login, name, avatarUrl }[], 60 s CDN cache