Hey thanks for this amazing project!
I have a small UI suggestion. I see that the grid view in fetching 25 itens per page. Would you consider changing that to 24?
Since 24 is divisible by 6, 4, 3, and 2, you would get more screen sizes where a full page has the last row completely filled. With 25 there are many screen sizes where we end up with a last row with a single item, causing the impression that this is the last page.
Do you think it makes sense? I know 24 is not perfect because we would still have the same effect when the window fits only 5 columns...
Hey thanks for this amazing project!
I have a small UI suggestion. I see that the grid view in fetching 25 itens per page. Would you consider changing that to 24?
Since 24 is divisible by 6, 4, 3, and 2, you would get more screen sizes where a full page has the last row completely filled. With 25 there are many screen sizes where we end up with a last row with a single item, causing the impression that this is the last page.
Do you think it makes sense? I know 24 is not perfect because we would still have the same effect when the window fits only 5 columns...