-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add new settings for page number control #23428
Comments
It's not clear to me how I can see that counting the total number of activities for the purpose of the "Last" button could be slow. Two potential solutions:
|
In source code, it is defined as the number of feeds on each page, but in the document ps: |
Ah, to me it makes sense to just update the description to say "on one page" then since that's what the other Personally I think hiding the "Last" button would be preferable to capping the number of activities, since "Last" would be quite arbitrary then. |
Maybe we should only display |
|
@hiifong Could you please add the index in #21611 (comment) and test if the index could improve the page loading time? |
As we have no version control for the old document, maybe we need to wait until the new document being finished to change the description? |
Feature Description
Reported by @hiifong
In #22937, we added pagination for user dashboard, but it broke the definition of
FeedPagingNum
in the document:We need to add new settings for the page number control to avoid too many pages in user dashboard, as if there are too many records, it will be very slow to load the page.
Screenshots
No response
The text was updated successfully, but these errors were encountered: