aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* refactor(pages): merge Github/Gitlab overview on project pagesArmand Philippot2023-12-182-147/+124
* fix(pages): use dynamic imports for the table of contentsArmand Philippot2023-12-186-16/+55
* build(stylelint): fix configuration by removing unknown rulesArmand Philippot2023-12-181-15/+0
* chore(layout): improve noscript banner stylesArmand Philippot2023-12-181-1/+9
* fix(pages): add default settings to html tagArmand Philippot2023-12-181-1/+7
* fix(pages): do not show spinner when data are availableArmand Philippot2023-12-187-7/+7
* fix(branding): do not reanimate branding on route changeArmand Philippot2023-12-161-1/+10
* fix(layout): reset focus on route changeArmand Philippot2023-12-161-2/+16
* fix(build): handle Next.js errors and warnings during buildArmand Philippot2023-12-169-30/+97
* build(deps): bump all dependencies except undiciArmand Philippot2023-12-155-1780/+1705
* refactor(stories): migrate stories to CSF3 formatArmand Philippot2023-12-15135-6953/+5162
* test(e2e): fix broken Cypress testsArmand Philippot2023-12-147-76/+324
* refactor(pages): rewrite helpers to output schema in json-ld formatArmand Philippot2023-12-1429-630/+1284
* refactor(hooks): rewrite useBreadcrumbs hookArmand Philippot2023-12-1226-322/+559
* test(hooks): fix not wrapped in act error in Jest testArmand Philippot2023-12-111-5/+5
* test(services): add tests for createComment mutationArmand Philippot2023-12-1110-34/+161
* refactor(pages): refine Contact pageArmand Philippot2023-12-1124-91/+525
* refactor(pages): refine LegalNotice pageArmand Philippot2023-12-093-9/+20
* refactor(pages): refine 404 pageArmand Philippot2023-12-096-103/+193
* refactor(pages): refine Project pagesArmand Philippot2023-12-0825-330/+535
* refactor(hooks): replace useGithubApi with useGithubRepoMetaArmand Philippot2023-12-0736-114/+400
* refactor(pages): refine Projects pageArmand Philippot2023-12-0710-107/+152
* refactor(pages): refine Search pageArmand Philippot2023-12-077-214/+305
* refactor(pages): refine Blog pagesArmand Philippot2023-12-0420-377/+652
* refactor(pages): refine Topic pagesArmand Philippot2023-12-0114-94/+380
* refactor(pages): refine Thematic pagesArmand Philippot2023-12-0126-115/+446
* refactor(pages): refine Article pagesArmand Philippot2023-12-0135-338/+692
* refactor(pages): refine RSS feedArmand Philippot2023-11-3010-79/+131
* fix(pages): redirect /feed to /feed.xmlArmand Philippot2023-11-301-1/+2
* refactor(pages): refine CV pageArmand Philippot2023-11-293-64/+91
* refactor(pages): improve HomepageArmand Philippot2023-11-2921-434/+241
* fix(pages,services): make thematics & topics pages usable againArmand Philippot2023-11-2920-72/+815
* fix(services,types): make queries and types coherent for TopicArmand Philippot2023-11-2819-7/+420
* fix(services,types): make coherent Thematic type and queryArmand Philippot2023-11-2819-16/+437
* test(services): add tests for comments list fetcherArmand Philippot2023-11-2811-16/+273
* test(services): add tests for posts fetchersArmand Philippot2023-11-2827-37/+675
* refactor(services): avoid nested fetchersArmand Philippot2023-11-286-15/+18
* test: add MSW to intercept GraphQL requestsArmand Philippot2023-11-2715-15/+582
* refactor(services, types): reorganize GraphQL fetchers and data typesArmand Philippot2023-11-2787-2220/+2600
* refactor(components): refine Card component stylesArmand Philippot2023-11-231-15/+29
* refactor(components): integrate sectioned page template into PageArmand Philippot2023-11-2319-346/+254
* refactor(components): replace items prop in Grid with children propArmand Philippot2023-11-229-204/+309
* refactor(components,pages): extract MDX components mapping from pagesArmand Philippot2023-11-2212-321/+123
* refactor(components): split Layout component in smaller componentsArmand Philippot2023-11-2225-757/+978
* refactor(components): replace items prop in Navbar componentArmand Philippot2023-11-2115-404/+216
* refactor(components): replace PageLayout template with PageArmand Philippot2023-11-2055-2513/+2602
* fix: remove rehype-sanitize to avoid broken layoutsArmand Philippot2023-11-203-20/+0
* refactor(components): extract MetaItem from MetaListArmand Philippot2023-11-2029-974/+787
* fix: generate an id for each headings in the page main contentsArmand Philippot2023-11-1818-120/+365
* build(components, hooks): fix type errors introduced by deps upgradeArmand Philippot2023-11-163-6/+9