summaryrefslogtreecommitdiffstats
path: root/src/components/organisms/modals/settings-modal.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* fix(settings): avoid cropped tooltip on small devicesArmand Philippot2022-06-091-0/+9
| | | | | | 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: complete Storybook storiesArmand Philippot2022-05-211-0/+20
|
* chore: close toolbar modals on click/focus outsideArmand Philippot2022-05-181-8/+0
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-201-3/+27
| | | | | Add more stories for each components and change some components categories for better organization.
* chore: add a Settings modal componentArmand Philippot2022-04-081-0/+31