bluefantail / flickrGal

flickrGal is a fully responsive gallery utilising the flickr api. Written in pure javascript, with no external dependencies.
14 stars 1 forks source link

Method for storing previous gallery state causes navigation bugs #1

Open bluefantail opened 8 years ago

bluefantail commented 8 years ago

Elements are loaded into the DOM as they are requested in the first view, and navigating away creates an issue where an incomplete gallery is loaded into prevState, meaning the full gallery can never be viewed when navigating back.

Need to think of a better system for that.

bluefantail commented 7 years ago

This is happening again