| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: handle settings change | Armand Philippot | 2022-05-18 | 36 | -142/+487 | 
| | | |||||
| * | chore: close toolbar modals on click/focus outside | Armand Philippot | 2022-05-18 | 19 | -128/+258 | 
| | | |||||
| * | chore: add branding animation | Armand Philippot | 2022-05-18 | 6 | -46/+171 | 
| | | |||||
| * | fix: convert undefined into null inside GetStaticProps | Armand Philippot | 2022-05-17 | 1 | -3/+4 | 
| | | | | | Next.js was complaining because it cannot serialize undefined values. | ||||
| * | chore: use persistent layout | Armand Philippot | 2022-05-17 | 22 | -116/+253 | 
| | | | | | | It prevents to rerender the common components between pages (header, footer...). | ||||
| * | chore: make some widgets scrollable (like ToC) | Armand Philippot | 2022-05-17 | 3 | -1/+28 | 
| | | |||||
| * | chore: adjust articles styles | Armand Philippot | 2022-05-17 | 12 | -113/+211 | 
| | | | | | | * 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 | 6 | -15/+79 | 
| | | |||||
| * | chore: adjust and complete missing styles | Armand Philippot | 2022-05-16 | 35 | -301/+1036 | 
| | | | | | | | * 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 | 22 | -206/+343 | 
| | | |||||
| * | chore: add 404 page | Armand Philippot | 2022-05-16 | 1 | -0/+144 | 
| | | |||||
| * | chore: improve accessibility | Armand Philippot | 2022-05-15 | 9 | -13/+100 | 
| | | |||||
| * | chore: add Article pages | Armand Philippot | 2022-05-15 | 16 | -64/+634 | 
| | | |||||
| * | chore: add Search page | Armand Philippot | 2022-05-15 | 24 | -85/+436 | 
| | | |||||
| * | chore: add Topic pages | Armand Philippot | 2022-05-13 | 3 | -6/+380 | 
| | | |||||
| * | chore: add Thematic page | Armand Philippot | 2022-05-13 | 8 | -22/+460 | 
| | | |||||
| * | chore: add blog page widgets | Armand Philippot | 2022-05-13 | 6 | -10/+188 | 
| | | |||||
| * | chore: handle blog pagination | Armand Philippot | 2022-05-13 | 10 | -69/+415 | 
| | | |||||
| * | chore: add the Blog index page | Armand Philippot | 2022-05-13 | 12 | -211/+489 | 
| | | |||||
| * | chore: add Project single pages | Armand Philippot | 2022-05-13 | 14 | -109/+425 | 
| | | |||||
| * | refactor: rewrite DescriptionList and Meta components | Armand Philippot | 2022-05-09 | 44 | -607/+1182 | 
| | | | | | | | 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 | 12 | -16/+305 | 
| | | |||||
| * | chore: add a Projects page | Armand Philippot | 2022-05-05 | 5 | -14/+253 | 
| | | |||||
| * | chore: add a CV page | Armand Philippot | 2022-05-03 | 12 | -36/+375 | 
| | | |||||
| * | chore: add a LegalNotice page | Armand Philippot | 2022-05-03 | 13 | -33/+209 | 
| | | |||||
| * | chore: add homepage | Armand Philippot | 2022-05-03 | 19 | -93/+745 | 
| | | |||||
| * | chore: fetch posts for rss feed | Armand Philippot | 2022-05-02 | 9 | -19/+450 | 
| | | |||||
| * | refactor: rewrite API fetching method and GraphQL queries | Armand Philippot | 2022-05-02 | 7 | -23/+651 | 
| | | |||||
| * | chore: add a Columns component | Armand Philippot | 2022-04-29 | 4 | -0/+235 | 
| | | |||||
| * | chore: add a Column component | Armand Philippot | 2022-04-29 | 3 | -0/+57 | 
| | | |||||
| * | chore: remove old pages, components, helpers and types | Armand Philippot | 2022-04-29 | 192 | -13156/+9 | 
| | | | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch. | ||||
| * | chore: add a Feed icon component | Armand Philippot | 2022-04-26 | 4 | -0/+123 | 
| | | |||||
| * | chore: add a PageLayout component | Armand Philippot | 2022-04-25 | 20 | -25/+1019 | 
| | | |||||
| * | chore: add a SectionedLayout component | Armand Philippot | 2022-04-22 | 3 | -0/+145 | 
| | | |||||
| * | chore: add a Layout component | Armand Philippot | 2022-04-22 | 10 | -23/+267 | 
| | | | | | It defines the different components used by all other layouts. | ||||
| * | chore: add a TableOfContents component | Armand Philippot | 2022-04-22 | 4 | -0/+259 | 
| | | |||||
| * | chore: add a Header component | Armand Philippot | 2022-04-22 | 5 | -2/+245 | 
| | | |||||
| * | 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 | 
| | | |||||
| * | chore: add a Pagination component | Armand Philippot | 2022-04-21 | 4 | -0/+472 | 
| | | |||||
| * | 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 | 
| | | |||||
| * | chore: add a Sidebar component | Armand Philippot | 2022-04-20 | 4 | -0/+97 | 
| | | |||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 88 | -442/+1921 | 
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | chore: add a Code component | Armand Philippot | 2022-04-19 | 5 | -0/+657 | 
| | | |||||
| * | chore: add a Gallery component | Armand Philippot | 2022-04-19 | 4 | -0/+174 | 
| | | |||||
| * | build(deps): bump react-intl to v5.25.0 | Armand Philippot | 2022-04-19 | 2 | -27/+18 | 
| | | | | | It fixes the types issue in Storybook. | ||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 81 | -289/+353 | 
| | | | | | | | | | 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: merge branch 'main' into refactor/use-storybook-and-atomic-design | Armand Philippot | 2022-04-16 | 2 | -420/+661 | 
| |\ | |||||
