react-components icon indicating copy to clipboard operation
react-components copied to clipboard

Should `Pagination` `scrollToTop` be more localized?

Open JuanFernandoCastaneda opened this issue 9 months ago • 1 comments

When using the Pagination attribute scrollToTop, for example, in https://snapcraft.io/store?q=a&page=7, clicking another page scrolls all the way to the top, and not to the beginning of the PackageList. Shouldn't it be better to have the option inside Pagination of scrolling to a specific component?

Image

JuanFernandoCastaneda avatar Mar 09 '25 22:03 JuanFernandoCastaneda

@JuanFernandoCastaneda I'm just curious how that would work, what action would trigger scrolling to a specific component? With scrollToTop, the scroll is triggered when the user changes the page, which makes sense. What about for specific component?

ndickers avatar Jun 23 '25 10:06 ndickers