Skip to content

Fix: use minStars instead of minForks in starsQuery (#160)#189

Open
AttarAlisha wants to merge 1 commit into
version0chiro:mainfrom
AttarAlisha:fix-stars-query
Open

Fix: use minStars instead of minForks in starsQuery (#160)#189
AttarAlisha wants to merge 1 commit into
version0chiro:mainfrom
AttarAlisha:fix-stars-query

Conversation

@AttarAlisha
Copy link
Copy Markdown

Fixes #160

Description

This PR fixes an issue in the CardSet.js component where the stars filter logic was incorrectly using minForks instead of minStars.

Changes Made

  • Replaced reducedState.minForks with reducedState.minStars in starsQuery logic
  • Ensured correct filtering of repositories based on star count

Result

  • Star-based filtering now works correctly
  • Search results are more accurate

Type of Change

  • Bug fix

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 19, 2026

Deploy Preview for find-me-issues ready!

Name Link
🔨 Latest commit c6f3b90
🔍 Latest deploy log https://app.netlify.com/projects/find-me-issues/deploys/69e4a5c19ce91c0008c2aeab
😎 Deploy Preview https://deploy-preview-189--find-me-issues.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 19, 2026

Deploy Preview for find-me-issues-web-app ready!

Name Link
🔨 Latest commit c6f3b90
🔍 Latest deploy log https://app.netlify.com/projects/find-me-issues-web-app/deploys/69e4a5c12dc70c0008377a56
😎 Deploy Preview https://deploy-preview-189--find-me-issues-web-app.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix Typo in starsQuery Logic

1 participant