OxfordRSE / gutenberg

https://oxfordrse.github.io/gutenberg
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

use localstorage for active events #108

Closed alasdairwilson closed 1 year ago

alasdairwilson commented 1 year ago

We currently use sessionStorage to store activeEventId

This changes the storing of activeeventid to localstorage, this makes the site usability a lot higher (don't have to select event on each visit or in each tab.

In my opinion session storage still makes sense for the sidebar status.

closes #87