lccn_predictor icon indicating copy to clipboard operation
lccn_predictor copied to clipboard

Navigating to different page numbers is difficult

Open sebat2004 opened this issue 8 months ago • 1 comments

On the leetcode contests website, the URL is formatted like weekly-contest-367/ranking/<page_number>. This allows users to skip to a page number they want. On the prediction page, the URL is formatted like /weekly-contest-367/, which gives no page number skipping capabilities.

The only way to navigate through pages on the current site is with the buttons below the ratings, which only allows you to move two pages back or forward (Shown below). image

This is very inconvenient, as there are hundreds of pages per contest. Could we change the URL routing system or add a button on the page navigator that allows the user to specify which page they would like to navigate to? I would be happy to work on this issue.

sebat2004 avatar Oct 15 '23 04:10 sebat2004