Open SuspenseFallback opened 1 year ago
I think that's a great idea. Page number and images per page are important pieces of view state information that should be retained on refresh and should link into the browser back/forward buttons.
I've already included pagination parameters in the draft PR for the filter persistence: #1010. I'll link this issue in as resolve by that PR for completeness.
Image size is a little different, as it's more like a user preference – it would make sense to store this in localStorage
.
Along with adding the filter values in the url (see issue #915 ), for certain pages such as Verify, should the page number, along with the image size and number of images shown be also added as query parameters?