vscodethemes / web

Search and preview themes from the VS Code Marketplace.
https://vscodethemes.com
MIT License
763 stars 35 forks source link

Infinite scrolling? #161

Open amartini opened 4 years ago

amartini commented 4 years ago

What about implementing infinite scrolling? Very easy to do #

jschr commented 4 years ago

Curious if there are other opinions about this.

I'm a classic pagination fan but don't mind infinite scrolling either.

Any examples of particularly good implementations of inifinite scrolling?

Chetan-KK commented 1 year ago

youtube is a good example of infinite scroll

WillGarman commented 4 months ago

Just used the site for the first time, and I agree, infinite scroll would be a great change. I think it would feel a lot better if the scroll wasn't interrupted via needing to click the pagination bar. So users could just scroll and scroll and keep exploring new themes and not even get interrupted or a need to stop prematurely.

side note: would be fairly easy to add since you already have pagination built out, now you just need to trigger it via the scroll position and just add the new data to the page instead of navigating to a different page