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
Make so the archive sort key (title/date/etc) and order (ascending/descending) on the Library page is remembered on subsequent visits (maybe as an option?).
As of now whenever you exit the Library page the archive sort key and order reset on the next Library visit to Title and Ascending, if the user has a preference for a specific sort they'll have to change it back every time they open it.
The text was updated successfully, but these errors were encountered:
This has already been implemented in a way through #546, but it's only for going back to your previous search after reading a book atm.
A "stickier" solution would involve localStorage -- I wasn't willing to do it for search as I thought it'd be more annoying than useful, but for sort key/order it'd probably be a good thing.
Make so the archive sort key (title/date/etc) and order (ascending/descending) on the Library page is remembered on subsequent visits (maybe as an option?).
As of now whenever you exit the Library page the archive sort key and order reset on the next Library visit to Title and Ascending, if the user has a preference for a specific sort they'll have to change it back every time they open it.
The text was updated successfully, but these errors were encountered: