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

Pagination support #331 #332

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Pagination support #331 #332

wants to merge 1 commit into from

Conversation

m-mohr
Copy link
Member

@m-mohr m-mohr commented Dec 6, 2024

Implements #331

Depends on:

Basic pagination support for jobs, services and files.

Following "issues" occur:

  • If you load more pages, the next automatic or manual refresh sets the whole list back to only show the first page. What I may have to do here to request the actual number of shown elements on refreshes, which means that that's the default page size from that time. Or I need to actually paginate and not just append, but then I need to save the URL for each page, too, so that I can refresh per page.
  • It seems like I have to press the "Load more..." button one additional time to remove it although no more results are present

@m-mohr m-mohr self-assigned this Dec 6, 2024
@m-mohr m-mohr linked an issue Dec 6, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request lists of resources with pagination
1 participant