| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(settings): avoid cropped tooltip on small devices | Armand Philippot | 2022-06-09 | 1 | -3/+3 |
| | | | | | | | 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 aria hidden attribute to SVG icons | Armand Philippot | 2022-06-07 | 1 | -1/+1 |
| | | |||||
| * | chore: replace Checkbox component with a BooleanField component | Armand Philippot | 2022-05-31 | 1 | -7/+11 |
| | | | | | | Checkbox and radio buttons are working the same way so I decided to group them in a same component. | ||||
| * | chore(toolbar): change icons to close button when activated | Armand Philippot | 2022-05-24 | 1 | -4/+5 |
| | | |||||
| * | chore: complete Storybook stories | Armand Philippot | 2022-05-21 | 1 | -8/+1 |
| | | |||||
| * | chore: handle settings change | Armand Philippot | 2022-05-18 | 1 | -7/+15 |
| | | |||||
| * | chore: close toolbar modals on click/focus outside | Armand Philippot | 2022-05-18 | 1 | -9/+7 |
| | | |||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 1 | -6/+8 |
| | | | | | | | | | I replaced the deprecated VFC type with FC type and made all children explicits. Formatjs is still not compatible with React 18 so I need to skip type checking when comitting. There are some type errors because of IntlProvider in Storybook stories. | ||||
| * | chore: add a Settings component | Armand Philippot | 2022-04-14 | 1 | -0/+72 |
