You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, this is a really great project, and I love it.
Is your feature request related to a problem? Please describe.
It would be really nice if the app remembered scroll positions, especially when entering and then exiting playlists.
Describe the solution you'd like
We can implement this through DOM's scrollY and store it in state.
Describe alternatives you've considered
Maybe a hook?
Additional context
I'd be willing to write the code myself, just wanted to get other thoughts on implementing this.
The text was updated successfully, but these errors were encountered:
I am currently overhauling the loading and remote fetching processes which will indirectly make it easier to restore scroll position on lazy-loaded lists/grids. Please note this won't change navigating into a playlists, just using the browser's Back and Forwards navigation buttons.
I would like this feature also. I'm attaching a gif of current behavior. The expected behavior is that going back centers on the album I just clicked on.
First of all, this is a really great project, and I love it.
Is your feature request related to a problem? Please describe.
It would be really nice if the app remembered scroll positions, especially when entering and then exiting playlists.
Describe the solution you'd like
We can implement this through DOM's scrollY and store it in state.
Describe alternatives you've considered
Maybe a hook?
Additional context
I'd be willing to write the code myself, just wanted to get other thoughts on implementing this.
The text was updated successfully, but these errors were encountered: