-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat]: Refactor search bar to provide real time updates #949
Comments
To reduce notifications, issues are locked. Your issue will be unlock when we will add label as |
@kailashchoudhary11 could you elaborate a little bit? |
Yeah, I mean as soon as the user starts typing in the searchbox, we will update the projects list. For example the user wants to search for the project 'ProjectsHut'. The user will type P in the search box. After typing P, he will be able to see only those projects whose name starts with P on the projects page. Again, when he types r after P, he'll see only the projects starting with 'Pr' or containing 'Pr' in their name. |
yeah, amazing idea 👍🏻 |
* Refactor to change the Router * Fix Theme change bug * Show Splash Screen * feat: instant search * Fix style bug --------- Co-authored-by: Priyankar Pal <[email protected]>
What feature?
We can keep sorting the projects based on Changes in the search bar input.
Add screenshots
Add screenshots
Code of Conduct
The text was updated successfully, but these errors were encountered: