| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(cards): use post title as link label | Armand Philippot | 2022-06-07 | 1 | -1/+2 |
| | | |||||
| * | chore: add aria hidden attribute to SVG icons | Armand Philippot | 2022-06-07 | 1 | -1/+5 |
| | | |||||
| * | test: install and configure cypress | Armand Philippot | 2022-06-02 | 9 | -9/+9 |
| | | | | | I also configure Jest to avoid conflicts between Cypress and Jest. | ||||
| * | chore: replace Checkbox component with a BooleanField component | Armand Philippot | 2022-05-31 | 1 | -1/+1 |
| | | | | | | Checkbox and radio buttons are working the same way so I decided to group them in a same component. | ||||
| * | chore: add a search form when posts list prints no results | Armand Philippot | 2022-05-24 | 7 | -48/+149 |
| | | |||||
| * | test: fix theme toggle and comment tests | Armand Philippot | 2022-05-24 | 2 | -26/+3 |
| | | |||||
| * | chore: adjust cards list spacing | Armand Philippot | 2022-05-23 | 1 | -0/+7 |
| | | |||||
| * | fix: ensure all topics/thematics have the base url | Armand Philippot | 2022-05-23 | 3 | -8/+8 |
| | | |||||
| * | refactor: reduce the number of data transformation | Armand Philippot | 2022-05-23 | 17 | -471/+374 |
| | | |||||
| * | fix: render all images unoptimized in Storybook | Armand Philippot | 2022-05-22 | 9 | -37/+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 | -1/+58 |
| | | |||||
| * | chore: update some styles | Armand Philippot | 2022-05-21 | 3 | -4/+10 |
| | | | | | | | | * 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: update images styles | Armand Philippot | 2022-05-20 | 2 | -8/+8 |
| | | |||||
| * | chore: handle blog pagination when JS is disabled | Armand Philippot | 2022-05-20 | 1 | -27/+68 |
| | | |||||
| * | chore: fix minor styles/typescript issues introduced during refactoring | Armand Philippot | 2022-05-18 | 1 | -1/+0 |
| | | |||||
| * | chore: handle settings change | Armand Philippot | 2022-05-18 | 3 | -7/+56 |
| | | |||||
| * | chore: adjust articles styles | Armand Philippot | 2022-05-17 | 1 | -2/+5 |
| | | | | | | * 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 | -11/+31 |
| | | |||||
| * | chore: improve accessibility | Armand Philippot | 2022-05-15 | 3 | -2/+21 |
| | | |||||
| * | chore: add Article pages | Armand Philippot | 2022-05-15 | 6 | -34/+71 |
| | | |||||
| * | chore: add Search page | Armand Philippot | 2022-05-15 | 3 | -22/+20 |
| | | |||||
| * | chore: add Thematic page | Armand Philippot | 2022-05-13 | 3 | -3/+17 |
| | | |||||
| * | chore: handle blog pagination | Armand Philippot | 2022-05-13 | 5 | -26/+151 |
| | | |||||
| * | chore: add the Blog index page | Armand Philippot | 2022-05-13 | 7 | -99/+172 |
| | | |||||
| * | refactor: rewrite DescriptionList and Meta components | Armand Philippot | 2022-05-09 | 16 | -245/+281 |
| | | | | | | | 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 | -4/+21 |
| | | |||||
| * | chore: add a PageLayout component | Armand Philippot | 2022-04-25 | 5 | -13/+19 |
| | | |||||
| * | chore: add a Header component | Armand Philippot | 2022-04-22 | 4 | -0/+243 |
| | | |||||
| * | chore: add a CommentsList component | Armand Philippot | 2022-04-22 | 7 | -7/+291 |
| | | |||||
| * | chore: add a Comment component | Armand Philippot | 2022-04-21 | 4 | -0/+443 |
| | | |||||
| * | chore: add a PostsList component | Armand Philippot | 2022-04-21 | 4 | -0/+431 |
| | | |||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 6 | -30/+119 |
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 6 | -46/+56 |
| | | | | | | | | | 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 | 4 | -0/+124 |
| | | |||||
| * | chore: add a Toolbar component | Armand Philippot | 2022-04-14 | 1 | -0/+2 |
| | | |||||
| * | chore: add a CardsList component | Armand Philippot | 2022-04-13 | 4 | -0/+273 |
| | | |||||
| * | chore: add a Footer component | Armand Philippot | 2022-04-12 | 4 | -0/+198 |
| | | |||||
| * | chore: add a Summary component | Armand Philippot | 2022-04-12 | 4 | -0/+388 |
