bean-la / insheepsclothing

Apache License 2.0
0 stars 0 forks source link

[QA] Pagination #21

Open hanersk opened 6 months ago

hanersk commented 6 months ago

I'm not sure if this logic will be implemented later and for the sake of functionality it just hasn't been accounted for yet, but we're going to display 50 search results per page on desktop, and then 10 for mobile.

keviniamburg commented 6 months ago

I can limit the number of pages to 3 so that the current page always is in the middle.

We can't change the number of products per page based on mobile/desktop since it's based on Wordpress backend code and it has no access to the user's browser. So we'll need to pick a number that works for all screen sizes.

hanersk commented 6 months ago

@keviniamburg Got it! Thanks for clarifying. Let's go with 48 then!