ash-project / ash_hq

The Ash Framework homepage and documentation site.
MIT License
48 stars 26 forks source link

fix: Remember selected library versions #82

Closed sevenseacat closed 1 year ago

sevenseacat commented 1 year ago

Fixes bug where selected libraries are not being remembered across sessions. The cookie banner was accidentally removed, and without consent being given, we don't set any cookies.

(Also a cleanup because we were actually setting a theme cookie in duplicated code, and a bit of refactoring during debugging).