| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test(unit): fix Jest errors due to images import | Armand Philippot | 2022-06-03 | 1 | -0/+2 |
| | | | | | | 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 | 5 | -5/+5 |
| | | | | | I also configure Jest to avoid conflicts between Cypress and Jest. | ||||
| * | fix(storybook): create a fake wrapper for Table of Contents story | Armand Philippot | 2022-05-22 | 1 | -1/+22 |
| | | |||||
| * | fix: render all images unoptimized in Storybook | Armand Philippot | 2022-05-22 | 1 | -1/+0 |
| | | | | | | | 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 | 4 | -32/+26 |
| | | |||||
| * | chore: update some styles | Armand Philippot | 2022-05-21 | 1 | -1/+0 |
| | | | | | | | | * Improve wp-blocks-columns, wp-block-quote and some images * Make Sharing widget consistent between pages * Remove margin option from lists * Fix Topic logo alignement | ||||
| * | chore: make some widgets scrollable (like ToC) | Armand Philippot | 2022-05-17 | 1 | -0/+1 |
| | | |||||
| * | chore: adjust and complete missing styles | Armand Philippot | 2022-05-16 | 2 | -9/+19 |
| | | | | | | | * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements | ||||
| * | chore: add Project single pages | Armand Philippot | 2022-05-13 | 4 | -28/+34 |
| | | |||||
| * | chore: add a CV page | Armand Philippot | 2022-05-03 | 4 | -19/+48 |
| | | |||||
| * | chore: add a LegalNotice page | Armand Philippot | 2022-05-03 | 4 | -5/+16 |
| | | |||||
| * | chore: add a TableOfContents component | Armand Philippot | 2022-04-22 | 3 | -0/+106 |
| | | |||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 6 | -24/+125 |
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 3 | -29/+20 |
| | | | | | | | | | 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 an ImageWidget component | Armand Philippot | 2022-04-15 | 4 | -0/+285 |
| | | |||||
| * | chore: add a SocialMedia component | Armand Philippot | 2022-04-15 | 4 | -0/+140 |
| | | |||||
| * | chore: add a SharingWidget component | Armand Philippot | 2022-04-15 | 4 | -0/+309 |
| | | |||||
| * | chore: add a LinksListWidget component | Armand Philippot | 2022-04-15 | 4 | -0/+276 |
