minilauta / miniboard

Minimalistic oldschool imageboard software
MIT License
7 stars 5 forks source link

Remember user's selection between catalog and normal view #102

Open Anonyymi opened 3 months ago

Anonyymi commented 3 months ago

If user views catalog, then catalog should be opened by default when navigating to a board. If user then clicks out of catalog, the normal thread view should be opened instead.

Probably the best way to implement this is either via a simple cookie or a local storage value + a query param. Perhaps look into how 4chan implements this and do the same.