aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/toolbar/settings.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-3/+0
| | | | | | Using paths aliases starting with "@" can be confusing and can lead to conflict with existings modules. I prefer to use relative paths to avoid extra configuration in tools because of these aliases.
* fix(settings): avoid cropped tooltip on small devicesArmand Philippot2022-06-091-6/+4
| | | | | | 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: add a Settings componentArmand Philippot2022-04-141-0/+10