| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: use image title as figure label if no caption is provided | Armand Philippot | 2022-06-07 | 1 | -2/+6 |
| | | |||||
| * | test: install and configure cypress | Armand Philippot | 2022-06-02 | 2 | -2/+2 |
| | | | | | I also configure Jest to avoid conflicts between Cypress and Jest. | ||||
| * | fix: render all images unoptimized in Storybook | Armand Philippot | 2022-05-22 | 2 | -8/+52 |
| | | | | | | | There is a bug with next/image and Storybook. I was manually adding `unoptimized` to images. Instead we can use a workaround by adding an extra config in Storybook `preview.js` file. | ||||
| * | chore: complete Storybook stories | Armand Philippot | 2022-05-21 | 1 | -0/+13 |
| | | |||||
| * | chore: update images styles | Armand Philippot | 2022-05-20 | 3 | -9/+68 |
| | | |||||
| * | chore: add branding animation | Armand Philippot | 2022-05-18 | 1 | -10/+10 |
| | | |||||
| * | chore: add a CV page | Armand Philippot | 2022-05-03 | 3 | -9/+9 |
| | | |||||
| * | chore: add a Header component | Armand Philippot | 2022-04-22 | 1 | -2/+2 |
| | | |||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 6 | -9/+270 |
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 1 | -5/+5 |
| | | | | | | | | | 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 Card component | Armand Philippot | 2022-04-13 | 1 | -1/+4 |
| | | |||||
| * | chore: add a Summary component | Armand Philippot | 2022-04-12 | 1 | -2/+12 |
| | | |||||
| * | refactor: use a consistent classname prop and avoid children prop | Armand Philippot | 2022-04-08 | 1 | -3/+3 |
| | | | | | | | | | 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 | 4 | -0/+225 |
