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

[New GUI] Orphan book at the end of the grid – All books – Grid view #2193

Closed
Hoppipollala opened this issue May 14, 2024 · 4 comments · Fixed by #2358
Closed

[New GUI] Orphan book at the end of the grid – All books – Grid view #2193

Hoppipollala opened this issue May 14, 2024 · 4 comments · Fixed by #2358

Comments

@Hoppipollala
Copy link

Hoppipollala commented May 14, 2024

A lone book is left at the end of the grid, even if I have 2 other books on page 2. Is there a reason for that ?

Capture d’écran 2024-05-14 à 21 07 12

Capture d’écran 2024-05-14 à 21 07 15

@panaC
Copy link
Member

panaC commented May 15, 2024

All books - grid view is paginated to 50 items max
You have 52 books

@danielweck
Copy link
Member

Ah ok, so pagination limits are not dictated by actual available space, but by an arbitrary number...I wonder how hard this is to improve?

@Hoppipollala
Copy link
Author

Hoppipollala commented May 15, 2024

I get there is a limit, I'm just wondering if there is a way to avoid the lone book in a row, if there are more books on the following page ?

@panaC
Copy link
Member

panaC commented May 17, 2024

not an issue, more a discussion

panaC added a commit that referenced this issue May 27, 2024
…space on the last grid line (Fixes #2193 PR #2358)


Co-authored-by: Pierre Leroux <panacpp@gmail.com>
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 a pull request may close this issue.

3 participants