OP-Archives / MOONMOON-site

Frontend for MOONMOON's Vod Site
8 stars 2 forks source link

Remember parts between sessions #2

Closed boryssey closed 9 months ago

boryssey commented 1 year ago

Hey @TimIsOverpowered Hope you don't mind this PR for a quality of life feature.

After users close the tab, they need to switch between parts to find the one they were last watching. My proposal is to remember the part by replacing the search params whenever it is switched. Youtube already tracks where you stopped watching the video, so I don't think it would to be needed to add time to the params.

TimIsOverpowered commented 1 year ago

This doesn't remember when you go back to the main page. I think the better option would be using the Session Storage API