linuxdotexe / boxdp

A web-app that can convert your Letterboxd review into a beautifully designed high-quality picture, ready to be uploaded on social media.
https://boxdp.vercel.app
1 stars 1 forks source link

Don't add image changes to browser history stack #20

Open abhishekyelley opened 2 months ago

abhishekyelley commented 2 months ago

It would be better if image changes do not show up in the browser history stack. A possible solution may include moving to clean urls i.e. urls with no query params and instead route params. Ex: {site}/{username}/film/{movie_id}/{review_id}. This way, the image will just be a search param and I think there would be a way to not include search param changes in the browser history.