aboutsummaryrefslogtreecommitdiffstats
path: root/src/services/local-storage
Commit message (Collapse)AuthorAgeFilesLines
* refactor(hooks): rewrite useLocalStorage hookArmand Philippot2023-11-113-26/+119
| | | | | | | * return a tuple instead of an object * add a validator function as parameter (if the stored value is manually changed, it is not safe to cast its type) * add tests
* chore: handle settings changeArmand Philippot2022-05-181-3/+3
|
* chore: add a service to handle local storageArmand Philippot2022-01-171-0/+26