karpathy / arxiv-sanity-lite

arxiv-sanity lite: tag arxiv papers of interest get recommendations of similar papers in a nice UI using SVMs over tfidf feature vectors based on paper abstracts.
https://arxiv-sanity-lite.com
MIT License
1.18k stars 132 forks source link

Minor improvement to pagination #13

Open mbaigorria opened 1 year ago

mbaigorria commented 1 year ago

Minor change to pagination to show total number of pages, and avoid showing the previous page on the first page, and the next page on the last page.

I was curious about the project so decided to quickly poke around, good job!