Allow users to connect their GitHub account to see if they've starred a package's repository. The star icon would show as filled rather than outline when the user has starred the repo.
discussion here
basic starring
- User connects their GitHub account (OAuth)
- When visiting a package page with a repository field:
- Lazily fetch whether the user has starred that specific repo
- Display filled star icon if starred, outline if not
- Optionally: Allow starring/unstarring directly from the package view
search enhancement? (#32)
- Lazily fetch user's starred repos in the background
- Prioritize starred repos in search results
Allow users to connect their GitHub account to see if they've starred a package's repository. The star icon would show as filled rather than outline when the user has starred the repo.
discussion here
basic starring
search enhancement? (#32)