aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/forms/radio-group.tsx
Commit message (Collapse)AuthorAgeFilesLines
* fix(settings): close tooltip when modal is closingArmand Philippot2022-06-081-3/+7
| | | | | The event was not captured so the tooltip remained open when the settings was closed. It prevented to click on the toolbar buttons.
* chore: replace the Ackee select by a toggle componentArmand Philippot2022-06-011-2/+4
|
* chore: replace the toggle componentArmand Philippot2022-06-011-12/+69
|
* chore: add a RadioGroup componentArmand Philippot2022-05-311-0/+89