You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A filter functionality was added to the search and the results page.
The search results can be filtered by the main language, the author of the repo, the date of the last update and the minimum amount of stars the repo has.
A popup modal appears when you click on the filter button.
In helpers.py a list of all the languages was added. The list is passed to the webpage and then a UI list of all the languages is generated using Jinja.
In api_requests.py the filter information is processed and a search query is contracted to match the request.
The search query is then passed to GitHub API to get the results according to the request.