| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | chore: update some styles | Armand Philippot | 2022-05-21 | 4 | -5/+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 | 15 | -45/+236 | |
| | | ||||||
| * | chore: close toolbar modals on click/focus outside | Armand Philippot | 2022-05-18 | 16 | -118/+199 | |
| | | ||||||
| * | chore: add branding animation | Armand Philippot | 2022-05-18 | 2 | -1/+16 | |
| | | ||||||
| * | chore: make some widgets scrollable (like ToC) | Armand Philippot | 2022-05-17 | 1 | -0/+1 | |
| | | ||||||
| * | chore: adjust articles styles | Armand Philippot | 2022-05-17 | 2 | -5/+16 | |
| | | | | | | * 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: adjust and complete missing styles | Armand Philippot | 2022-05-16 | 3 | -17/+23 | |
| | | | | | | | * 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 | 3 | -2/+21 | |
| | | ||||||
| * | chore: add Article pages | Armand Philippot | 2022-05-15 | 9 | -51/+110 | |
| | | ||||||
| * | chore: add Search page | Armand Philippot | 2022-05-15 | 15 | -71/+67 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | chore: add Project single pages | Armand Philippot | 2022-05-13 | 4 | -28/+34 | |
| | | ||||||
| * | 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 a Contact page | Armand Philippot | 2022-05-07 | 3 | -7/+17 | |
| | | ||||||
| * | 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 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 Layout component | Armand Philippot | 2022-04-22 | 2 | -1/+8 | |
| | | | | | It defines the different components used by all other layouts. | |||||
| * | chore: add a TableOfContents component | Armand Philippot | 2022-04-22 | 3 | -0/+106 | |
| | | ||||||
| * | 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 | 21 | -131/+512 | |
| | | | | | | Add more stories for each components and change some components categories for better organization. | |||||
| * | chore: add a Gallery component | Armand Philippot | 2022-04-19 | 4 | -0/+174 | |
| | | ||||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 19 | -116/+129 | |
| | | | | | | | | | 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 an Overview component | Armand Philippot | 2022-04-15 | 4 | -0/+124 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | chore: add a ContactForm component | Armand Philippot | 2022-04-15 | 4 | -0/+263 | |
| | | ||||||
| * | chore: add a CommentForm component | Armand Philippot | 2022-04-15 | 4 | -0/+288 | |
| | | ||||||
| * | chore: add a Toolbar component | Armand Philippot | 2022-04-14 | 7 | -63/+243 | |
| | | ||||||
| * | chore: add a Search component | Armand Philippot | 2022-04-14 | 4 | -0/+151 | |
| | | ||||||
| * | chore: add a SearchModal component | Armand Philippot | 2022-04-14 | 4 | -0/+70 | |
| | | ||||||
| * | chore: add a SearchForm component | Armand Philippot | 2022-04-14 | 4 | -0/+165 | |
| | | ||||||
| * | chore: add a Settings component | Armand Philippot | 2022-04-14 | 7 | -13/+202 | |
| | | ||||||
| * | chore: add a MainNav component | Armand Philippot | 2022-04-14 | 5 | -0/+361 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | chore: add a Settings modal component | Armand Philippot | 2022-04-08 | 4 | -0/+130 | |
