summaryrefslogtreecommitdiffstats
path: root/src/components/organisms/forms/settings-form.tsx
Commit message (Collapse)AuthorAgeFilesLines
* fix(settings): avoid cropped tooltip on small devicesArmand Philippot2022-06-091-73/+0
| | | | | | I changed the settings disposition to make tooltip positioning easier. Jest complains about ref passed but everything seems to work as expected so I'm not sure it is relevant. Maybe a bug with cloneElement.
* chore: replace the Ackee select by a toggle componentArmand Philippot2022-06-011-9/+14
|
* chore: replace the toggle componentArmand Philippot2022-06-011-9/+12
|
* fix(settings): reduce font-size on small devicesArmand Philippot2022-05-251-4/+13
| | | | | With French translation, words are a little longer so I reduce the font size on small devices to avoid line breaking.
* chore: handle settings changeArmand Philippot2022-05-181-6/+26
|
* chore: close toolbar modals on click/focus outsideArmand Philippot2022-05-181-0/+36