| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: adjust cards list spacing | Armand Philippot | 2022-05-23 | 1 | -1/+1 |
| | | |||||
| * | refactor: reduce the number of data transformation | Armand Philippot | 2022-05-23 | 1 | -20/+2 |
| | | |||||
| * | chore: adjust dark mode styles | Armand Philippot | 2022-05-22 | 2 | -1/+3 |
| | | |||||
| * | fix: render all images unoptimized in Storybook | Armand Philippot | 2022-05-22 | 2 | -6/+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 | 5 | -87/+50 |
| | | |||||
| * | chore: udpate code blocks style | Armand Philippot | 2022-05-20 | 1 | -139/+135 |
| | | |||||
| * | refactor: rewrite Prism hooks and providers | Armand Philippot | 2022-05-19 | 1 | -17/+8 |
| | | | | | | It avoid some hydratation errors on project pages (not in article however) and the hooks are now reusable. | ||||
| * | chore: fix minor styles/typescript issues introduced during refactoring | Armand Philippot | 2022-05-18 | 2 | -2/+7 |
| | | |||||
| * | chore: add branding animation | Armand Philippot | 2022-05-18 | 2 | -35/+116 |
| | | |||||
| * | chore: make some widgets scrollable (like ToC) | Armand Philippot | 2022-05-17 | 2 | -1/+27 |
| | | |||||
| * | chore: adjust and complete missing styles | Armand Philippot | 2022-05-16 | 4 | -21/+59 |
| | | | | | | | * 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 | -6/+20 |
| | | |||||
| * | chore: add the Blog index page | Armand Philippot | 2022-05-13 | 1 | -38/+62 |
| | | |||||
| * | refactor: rewrite DescriptionList and Meta components | Armand Philippot | 2022-05-09 | 12 | -132/+450 |
| | | | | | | | The meta can have different layout. The previous implementation was not enough to easily change the layout. Also, I prefer to restrict the meta types and it prevents me to repeat myself for the labels. | ||||
| * | chore: add a LegalNotice page | Armand Philippot | 2022-05-03 | 2 | -7/+8 |
| | | |||||
| * | chore: add homepage | Armand Philippot | 2022-05-03 | 3 | -3/+4 |
| | | |||||
| * | chore: add a Columns component | Armand Philippot | 2022-04-29 | 4 | -0/+235 |
| | | |||||
| * | chore: add a PageLayout component | Armand Philippot | 2022-04-25 | 2 | -3/+28 |
| | | |||||
| * | chore: add a PageHeader component | Armand Philippot | 2022-04-21 | 4 | -0/+233 |
| | | |||||
| * | chore: add a PageFooter component | Armand Philippot | 2022-04-21 | 3 | -0/+87 |
| | | |||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 12 | -239/+147 |
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | chore: add a Code component | Armand Philippot | 2022-04-19 | 4 | -0/+542 |
| | | |||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 5 | -21/+23 |
| | | | | | | | | | 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 Overview component | Armand Philippot | 2022-04-15 | 1 | -0/+4 |
| | | |||||
| * | chore: add a Widget component | Armand Philippot | 2022-04-15 | 4 | -0/+198 |
| | | |||||
| * | chore: add a Card component | Armand Philippot | 2022-04-13 | 4 | -0/+345 |
| | | |||||
| * | chore: add a Meta component | Armand Philippot | 2022-04-11 | 3 | -0/+135 |
| | | |||||
| * | refactor: use a consistent classname prop and avoid children prop | Armand Philippot | 2022-04-08 | 3 | -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 Tooltip component | Armand Philippot | 2022-04-07 | 4 | -135/+0 |
| | | |||||
| * | chore: add a Modal component | Armand Philippot | 2022-04-06 | 4 | -0/+135 |
| | | |||||
| * | chore: add a Branding component | Armand Philippot | 2022-04-04 | 4 | -0/+289 |
| | | |||||
| * | chore: add a FlippingLogo component | Armand Philippot | 2022-04-04 | 4 | -0/+185 |
