Skip to content
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

Dynamic page size [non-breaking change] #375

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 3, 2020

  1. Dynamic page size [non-breaking change]

    Added size optional argument, equaling 25 if not specified so old users will not see any difference. This addresses the issue of extra-long comment sections, causing scrolling difficulties.
    
    If the specified size is less than 16, the hidden-page size will increase exponentially until 16 is reached, avoiding problems with rate limiting.
    
    If the specified size is larger or equal to 16, the hidden-page size will be equal to the specified size. E.g. if no size argument is passed in, the hidden-page size will default to 25, which is the same as before.
    WeixuanZ committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    187e97f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8ba9ed View commit details
    Browse the repository at this point in the history