| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(stories): migrate stories to CSF3 format | Armand Philippot | 2023-12-15 | 11 | -852/+556 |
| | | |||||
| * | refactor(components): replace Toolbar with Navbar component | Armand Philippot | 2023-11-11 | 3 | -38/+69 |
| | | | | | | | | | * remove SearchModal and SettingsModal components * add a generic NavbarItem component (instead of the previous toolbar items to avoid unreadable styles...) * move FlippingLabel component logic into NavbarItem since it is only used here | ||||
| * | refactor(components): make form components compliant with Eslint rules | Armand Philippot | 2023-11-11 | 26 | -120/+99 |
| | | |||||
| * | build: convert project to esm | Armand Philippot | 2023-10-24 | 10 | -0/+10 |
| | | |||||
| * | refactor(components): rewrite form components | Armand Philippot | 2023-10-24 | 52 | -607/+1138 |
| | | |||||
| * | refactor: use named export for everything except pages | Armand Philippot | 2023-09-20 | 15 | -111/+61 |
| | | | | | | | Next expect a default export for pages so only those components should use default exports. Everything else should use named exports to reduce the number of import statements. | ||||
| * | refactor(build): replace paths aliases with relative paths | Armand Philippot | 2023-09-19 | 7 | -8/+8 |
| | | | | | | | 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. | ||||
| * | chore: add a label to progress bar | Armand Philippot | 2022-06-07 | 1 | -0/+1 |
| | | | | | | | The progress element is a form element, so a label is required to be accessible. Since I'm not using it without label, I transform the optional info parameter to a mandatory label parameter. | ||||
| * | test: install and configure cypress | Armand Philippot | 2022-06-02 | 5 | -5/+5 |
| | | | | | I also configure Jest to avoid conflicts between Cypress and Jest. | ||||
| * | 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 |
