-
Notifications
You must be signed in to change notification settings - Fork 4
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
✨feat: add selector for the amount of thumbnails per page #50
✨feat: add selector for the amount of thumbnails per page #50
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should use 0 as the value to display all cards rather than the total length. Indeed, if you choose "All" with some filters/search, they will not all be visible when the filters/search are removed.
Ex: Search for "bird" -> choose "All" -> Clear search ==> Only one card visible
Hello @jycssu-com , I tried to contact @NandyBa directly but I haven’t received a response. Is it possible for you to make the modification on your side and merge the code, please? Thank you in advance for your help. Best regards. |
bbd5bfc
to
9e906b7
Compare
9e906b7
to
d778d54
Compare
Case handle in this last commit |
I have also rebased the develop branch |
Sorry, I responded but quite after, discord is not my main social, Telegram is more |
f5401d2
to
57aa448
Compare
This PR introduces a feature requested by @jojodunet that allows users to choose the number of thumbnails displayed per page in the grid view. This enhancement is accessible at the end of the page and offers multiple choice options to suit different user preferences. Additionally, there is an option to display all thumbnails on a single page.