| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: replace the Ackee select by a toggle component | Armand Philippot | 2022-06-01 | 5 | -216/+0 |
| | | |||||
| * | chore: replace the toggle component | Armand Philippot | 2022-06-01 | 1 | -2/+2 |
| | | |||||
| * | chore: add a Fieldset component | Armand Philippot | 2022-05-31 | 5 | -0/+216 |
| | | |||||
| * | chore: replace Checkbox component with a BooleanField component | Armand Philippot | 2022-05-31 | 7 | -176/+302 |
| | | | | | | Checkbox and radio buttons are working the same way so I decided to group them in a same component. | ||||
| * | fix(settings): reduce font-size on small devices | Armand Philippot | 2022-05-25 | 1 | -1/+9 |
| | | | | | | With French translation, words are a little longer so I reduce the font size on small devices to avoid line breaking. | ||||
| * | chore: give autofocus to the toolbar search form | Armand Philippot | 2022-05-24 | 1 | -10/+14 |
| | | |||||
| * | chore(toolbar): change icons to close button when activated | Armand Philippot | 2022-05-24 | 2 | -0/+17 |
| | | |||||
| * | chore: adjust and complete missing styles | Armand Philippot | 2022-05-16 | 1 | -2/+1 |
| | | | | | | | * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements | ||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 4 | -9/+83 |
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 6 | -9/+21 |
| | | | | | | | | | 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/+1 |
| | | |||||
| * | refactor(toggle): use Checkbox component and move it to molecules | Armand Philippot | 2022-04-09 | 4 | -294/+0 |
| | | |||||
| * | chore: add a Checkbox component | Armand Philippot | 2022-04-09 | 3 | -0/+170 |
| | | |||||
| * | chore: add a Settings modal component | Armand Philippot | 2022-04-08 | 13 | -55/+287 |
| | | |||||
| * | refactor: use a consistent classname prop and avoid children prop | Armand Philippot | 2022-04-08 | 3 | -8/+35 |
| | | | | | | | | | I was using the FunctionComponent type for some component that do not use children. So I change the type to VoidFunctionComponent to avoid mistakes. I also rename all the "classes" or "additionalClasses" props to "className" to keep consistency between each components. | ||||
| * | chore: add a SelectWithTooltip component | Armand Philippot | 2022-04-07 | 3 | -3/+55 |
| | | |||||
| * | chore: add a Toggle component | Armand Philippot | 2022-04-06 | 4 | -0/+262 |
| | | |||||
| * | chore: add a labelled select field component | Armand Philippot | 2022-04-01 | 2 | -11/+5 |
| | | |||||
| * | chore: add labelled field component | Armand Philippot | 2022-04-01 | 3 | -14/+26 |
| | | |||||
| * | chore: add a Label component | Armand Philippot | 2022-03-31 | 4 | -0/+97 |
| | | |||||
| * | chore: add a Select component | Armand Philippot | 2022-03-31 | 3 | -0/+197 |
| | | |||||
| * | chore: add a Field component | Armand Philippot | 2022-03-31 | 4 | -0/+323 |
