What you’re seeing is infinite scrolling. We switched to this approach for a few practical reasons:
- Performance & scalability: loading smaller chunks as you scroll is significantly lighter on the servers and faster overall, especially for very large libraries or lists.
- Consistency across platforms: the old website used a lot of shortcut that led to edge cases and caused issues behind the scenes.
- Fewer hard limits: pagination used to look simple, but it often hid technical limits that couldn’t be worked around for API users and for our mobile apps.
That said, we know infinite scroll isn’t everyone’s favorite and it does feel different from what was done before.
Can you share what specific view you’d like to have improved scrolling on?