PrestaShop / hummingbird

77 stars 73 forks source link

[IDEA] Infinite scroll capability implementation for product listing #576

Open Dreimus opened 7 months ago

Dreimus commented 7 months ago

Is it possible to implement a Typescript Component that allow infinite scroll capability in category page ? We could potentially set a parameter to enable the infinite scroll instead of classic pagination ?

eveneme commented 7 months ago

+1

yannicka commented 7 months ago

+1 for a parameter to do this.

eveneme commented 2 months ago

+1 good idea

SharakPL commented 3 weeks ago

But only with a Load more button. Otherwise it will simply prevent access to everything below the list of products until all pages are loaded.

Hlavtox commented 3 weeks ago

Watch out that this needs very good implementation. Changing the URL to keep track of history and when going back to the page, the user must land on where he was before.