summaryrefslogtreecommitdiffstats
path: root/src/components/Form/Toggle
Commit message (Collapse)AuthorAgeFilesLines
* chore: combine input/textarea/select in a single componentArmand Philippot2022-02-252-121/+0
|
* chore: improve keyboard navigationArmand Philippot2022-01-181-1/+20
| | | | | Add some focus styles mainly in toolbar components to help identify active items when navigating with a keyboard.
* refactor(settings): make toggle reusableArmand Philippot2022-01-172-0/+102
Toggle will be used for others settings so I extract the functionnality from ThemeToggle.