| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test(unit): fix Jest errors due to images import | Armand Philippot | 2022-06-03 | 1 | -0/+3 |
| | | | | | | I mocked some SVG files and moves the branding photo to public directory. It is more a workaround than a real fix but it works so... | ||||
| * | test: install and configure cypress | Armand Philippot | 2022-06-02 | 4 | -4/+4 |
| | | | | | I also configure Jest to avoid conflicts between Cypress and Jest. | ||||
| * | chore: adjust dark mode styles | Armand Philippot | 2022-05-22 | 2 | -32/+184 |
| | | |||||
| * | chore: complete Storybook stories | Armand Philippot | 2022-05-21 | 1 | -4/+1 |
| | | |||||
| * | chore: adjust and complete missing styles | Armand Philippot | 2022-05-16 | 1 | -23/+0 |
| | | | | | | | * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements | ||||
| * | chore: improve accessibility | Armand Philippot | 2022-05-15 | 1 | -0/+23 |
| | | |||||
| * | chore: add a CV page | Armand Philippot | 2022-05-03 | 3 | -8/+117 |
| | | |||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 4 | -21/+136 |
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 5 | -12/+26 |
| | | | | | | | | | 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 Nav component | Armand Philippot | 2022-04-12 | 1 | -3/+1 |
| | | |||||
| * | refactor: use a consistent classname prop and avoid children prop | Armand Philippot | 2022-04-08 | 5 | -16/+29 |
| | | | | | | | | | 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 ResponsiveImage component | Armand Philippot | 2022-04-06 | 1 | -3/+15 |
| | | |||||
| * | chore: add a SharingLink component | Armand Philippot | 2022-04-05 | 4 | -0/+301 |
| | | |||||
| * | chore: add a NavLink component | Armand Philippot | 2022-04-04 | 4 | -0/+145 |
| | | |||||
| * | chore: add a social link component | Armand Philippot | 2022-04-01 | 4 | -0/+149 |
| | | |||||
| * | chore: add a Link component | Armand Philippot | 2022-03-31 | 4 | -0/+153 |
