aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/forms/settings-form
Commit message (Collapse)AuthorAgeFilesLines
* refactor(stories): migrate stories to CSF3 formatArmand Philippot2023-12-1510-103/+84
|
* refactor(components): extract SettingsForm component form SettingsModalArmand Philippot2023-11-1122-0/+645
We could use an array of items and map over it instead of repeating the Switch component for each settings but with translations, it becomes quickly unreadable. So I prefer to keep separate components.