Description
Use type for getting/setting elements in the local storage instead of defining variables everywhere. Combine LocalStorageItems and Storage_Keys in one, so it's easier to control what is stored in local storage.
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
Drive should work as before:
Additional Notes
This is part of localstorage clean up before adding encryption