website
website copied to clipboard
(Chore): Refactor and Simplify LocalStorage
This change simplifies the use of localStorage in the Player component in the following ways:
- Renames localStorage variables to align with the names of variables in the component
- Abstracts away the tedium of going to and from JSON text through a localStorageObject module
It also includes a converter to go from the old localStorage variables to the new schema