We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement dynamic loading. For BoardPage / ThreadPage , don't load all threads/posts at once. For example BoardPage, show:
BoardPage
ThreadPage
thread_count
shown_count
order
sort
seq
The text was updated successfully, but these errors were encountered:
evanlinjin
No branches or pull requests
Implement dynamic loading. For
BoardPage
/ThreadPage
, don't load all threads/posts at once. For exampleBoardPage
, show:thread_count
(how many threads there really are).shown_count
(how many threads are shown).order
(ascending/descending).sort
(sort by date / votes / etc.).seq
field that is thread-specific and defines the order of the threads.The text was updated successfully, but these errors were encountered: