VernissageApp / VernissageWeb

Application which is Web component for Vernissage photos sharing platform.
https://vernissage.photos
Apache License 2.0
8 stars 0 forks source link

Timeline scroll position is not preserved after navigating to a post and returning #127

Open mgrzeca opened 23 hours ago

mgrzeca commented 23 hours ago

When scrolling down the timeline and then clicking on a post to view or comment on it, upon returning to the timeline, the scroll position resets to near the top of the page. The previous scroll position is not preserved.

It seems like there might be a missing scrollPositionRestoration option in the route configuration. Implementing this would greatly improve the user experience by allowing users to continue from where they left off in the timeline after interacting with a post.