website
website copied to clipboard
feat(palette): save toggle state to URL
This PR implements Issue #296 .
It will save the toggle state of the flavors inside the URL search query. This allows to bookmark "one" flavor to be displayed by default.
Implementation
I choose to save the "closed" flavors inside the query param mainly because of simplicity, so all flavors are still shown when entering the page without any query params.