max-programming / hacktoberfest-projects

A website which lets you find eligible repositories for Hacktoberfest 2024!
https://finder.usmans.me
MIT License
115 stars 100 forks source link

Star-range reset when selecting a new language #223

Open amandee27 opened 1 week ago

amandee27 commented 1 week ago

Let’s say we selected a language and entered a star range to filter repos. Now if we want to find the projects between the same star range but with a different language, we have to select the language and re-enter the same star range. Because when we choose a new language, the star range reset to the initial state. I think it would be a better user experience if we could select another language without resetting the star range. The same issue happens with the sorting field as well.

179 REPOSITORIES

Image 1: Search results for the javascript projects between 500-1000 stars

179 REPOSITORIES

Image 2: Trying to find the python projects in the same star range(500-1000) by selecting the language

7708 REPOSITORIES

Image 3: The star range field got reset after selecting the language as python

amandee27 commented 1 week ago

Happy to contribute and implement this if you think this is a good feature to have @max-programming

max-programming commented 1 week ago

This is definitely a very good improvement!

Thanks for the issue and yes open a pr when ready ✌️

amandee27 commented 1 week ago

Thanks ! Will open a PR within 1-2 days.