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.
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