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
The explore page has the 'sort' option on dropdown menu. The sorting works on the first page. As soon as the 'Next' page button is clicked, it goes to the next page; however, the sort=[algorithm] is lost. If I manually add the query attribute to the url, it works correctly. I think this is a minor bug.
For example:
The url "/explore/repos?page=2&q=&tab=" should have been "/explore/repos?sort=alphabetically&q=&tab=&page=2" where the "sort=[algorithm]" should be included.
The text was updated successfully, but these errors were encountered:
[x]
):Description
The explore page has the 'sort' option on dropdown menu. The sorting works on the first page. As soon as the 'Next' page button is clicked, it goes to the next page; however, the sort=[algorithm] is lost. If I manually add the query attribute to the url, it works correctly. I think this is a minor bug.
For example:
The url "/explore/repos?page=2&q=&tab=" should have been "/explore/repos?sort=alphabetically&q=&tab=&page=2" where the "sort=[algorithm]" should be included.
The text was updated successfully, but these errors were encountered: