aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/forms/motion-toggle/motion-toggle.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(hooks): rewrite useLocalStorage hookArmand Philippot2023-11-111-3/+7
| | | | | | | * 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
* refactor(components): make form components compliant with Eslint rulesArmand Philippot2023-11-111-5/+9
|
* refactor(components): rewrite form componentsArmand Philippot2023-10-241-0/+89