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

frontend: Get a high number of packages until we add real pagination #608

Merged
merged 1 commit into from
Jun 2, 2022

Conversation

joaquimrocha
Copy link
Collaborator

Due to how the backend changed how the items can get fetched (making
the pagination mandatory), the list of packages gotten by default was
just 10.

We should fix this by applying a real pagination in the packages'
list, but until then, this patch requests a high number of packages
so the UX is a bit better until we fix the pagination in the UI.

Due to how the backend changed how the items can get fetched (making
the pagination mandatory), the list of packages gotten by default was
just 10.

We should fix this by applying a real pagination in the packages'
list, but until then, this patch requests a high number of packages
so the UX is a bit better until we fix the pagination in the UI.
@joaquimrocha joaquimrocha requested a review from illume June 2, 2022 10:56
Copy link
Contributor

@illume illume left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 thanks

@joaquimrocha joaquimrocha merged commit a16f893 into main Jun 2, 2022
@joaquimrocha joaquimrocha deleted the get-all-packages branch June 2, 2022 13:16
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.

2 participants