| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix: render all images unoptimized in Storybook | Armand Philippot | 2022-05-22 | 2 | -18/+6 | |
| | | | | | | | 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. | |||||
| * | fix(comments): allow a depth of 2 instead of 1 | Armand Philippot | 2022-05-21 | 1 | -1/+1 | |
| | | | | | | If I keep 1, some older comments are not displayed because the comments tree was deeper. | |||||
| * | chore: complete Storybook stories | Armand Philippot | 2022-05-21 | 2 | -0/+50 | |
| | | ||||||
| * | refactor: rewrite Prism hooks and providers | Armand Philippot | 2022-05-19 | 1 | -4/+1 | |
| | | | | | | 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 | 1 | -0/+1 | |
| | | ||||||
| * | chore: handle settings change | Armand Philippot | 2022-05-18 | 2 | -4/+9 | |
| | | ||||||
| * | chore: use persistent layout | Armand Philippot | 2022-05-17 | 8 | -77/+105 | |
| | | | | | | It prevents to rerender the common components between pages (header, footer...). | |||||
| * | chore: adjust articles styles | Armand Philippot | 2022-05-17 | 2 | -33/+61 | |
| | | | | | | * change animation on article card hover * change comments section alignment | |||||
| * | chore: listen scroll to hide/show back to top button | Armand Philippot | 2022-05-17 | 2 | -2/+31 | |
| | | ||||||
| * | chore: adjust and complete missing styles | Armand Philippot | 2022-05-16 | 3 | -5/+20 | |
| | | | | | | | * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements | |||||
| * | refactor: use custom hook for breadcrumb items and schema | Armand Philippot | 2022-05-16 | 9 | -48/+149 | |
| | | ||||||
| * | chore: improve accessibility | Armand Philippot | 2022-05-15 | 1 | -2/+16 | |
| | | ||||||
| * | chore: add Article pages | Armand Philippot | 2022-05-15 | 2 | -11/+90 | |
| | | ||||||
| * | chore: add Search page | Armand Philippot | 2022-05-15 | 1 | -1/+2 | |
| | | ||||||
| * | chore: add the Blog index page | Armand Philippot | 2022-05-13 | 1 | -37/+25 | |
| | | ||||||
| * | chore: add Project single pages | Armand Philippot | 2022-05-13 | 1 | -0/+5 | |
| | | ||||||
| * | refactor: rewrite DescriptionList and Meta components | Armand Philippot | 2022-05-09 | 2 | -71/+50 | |
| | | | | | | | 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 homepage | Armand Philippot | 2022-05-03 | 3 | -29/+97 | |
| | | ||||||
| * | chore: add a PageLayout component | Armand Philippot | 2022-04-25 | 5 | -1/+861 | |
| | | ||||||
| * | chore: add a SectionedLayout component | Armand Philippot | 2022-04-22 | 3 | -0/+145 | |
| | | ||||||
| * | chore: add a Layout component | Armand Philippot | 2022-04-22 | 4 | -0/+251 | |
| It defines the different components used by all other layouts. | ||||||
