aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* feat(components): add an option to CommentsList to forbid repliesArmand Philippot2023-11-163-4/+56
* build(config): replace deprecated config keysArmand Philippot2023-11-161-4/+9
* build(deps): bump dependenciesArmand Philippot2023-11-152-2956/+2854
* test: fix most of the e2e tests errorsArmand Philippot2023-11-155-33/+57
* refactor(hooks): remove unused hooksArmand Philippot2023-11-153-47/+0
* refactor(hooks): replace useRouteChange with useOnRouteChange hookArmand Philippot2023-11-156-14/+109
* refactor(hooks): rewrite useScrollPosition hookArmand Philippot2023-11-155-27/+67
* refactor(hooks): remove useSettings hookArmand Philippot2023-11-1529-284/+171
* refactor(components, hooks): rewrite ToC and useHeadingsTreeArmand Philippot2023-11-1416-298/+386
* refactor(components): replace LinksListWidget with LinksWidgetArmand Philippot2023-11-1419-359/+360
* refactor(components): replace Sharing with SharingWidget componentArmand Philippot2023-11-1414-396/+431
* refactor(components): replace SocialMedia with SocialMediaWidgetArmand Philippot2023-11-1310-102/+81
* refactor(components): rewrite ImageWidget componentArmand Philippot2023-11-1310-338/+255
* refactor(components): rewrite PostsList componentArmand Philippot2023-11-1332-731/+859
* refactor(hooks): rewrite usePagination hookArmand Philippot2023-11-138-141/+299
* refactor(components): replace Overview with ProjectOverview componentArmand Philippot2023-11-1117-368/+563
* refactor(components): rewrite CommentsList componentArmand Philippot2023-11-1117-343/+726
* refactor(components): split Comment component into 3 componentsArmand Philippot2023-11-1128-468/+786
* refactor(components): replace Summary component with PostPreviewArmand Philippot2023-11-1123-539/+997
* refactor(components): rewrite CommentForm componentArmand Philippot2023-11-1116-456/+390
* refactor(components): rewrite ContactForm componentArmand Philippot2023-11-118-304/+348
* refactor(components): rewrite SearchForm componentArmand Philippot2023-11-1121-238/+295
* feat(hooks): add an useForm hookArmand Philippot2023-11-1112-0/+794
* refactor(components): replace Toolbar with Navbar componentArmand Philippot2023-11-1152-1578/+1005
* refactor(hooks): replace useInputAutofocus with useAutofocus hookArmand Philippot2023-11-116-45/+125
* feat(hooks): add an useTimeout hookArmand Philippot2023-11-114-0/+81
* refactor(hooks): rewrite useOnClickOutside hookArmand Philippot2023-11-115-54/+87
* feat(components): add an Overlay componentArmand Philippot2023-11-1113-0/+292
* refactor(components): rewrite Modal componentArmand Philippot2023-11-1125-262/+565
* refactor(components): extract SettingsForm component form SettingsModalArmand Philippot2023-11-1136-476/+607
* feat(hooks): add useBoolean and useToggle hooksArmand Philippot2023-11-1116-84/+204
* refactor(providers,hooks): rewrite PrismThemeProvider & usePrismThemeArmand Philippot2023-11-1121-325/+412
* feat: replace next-themes with a custom ThemeProviderArmand Philippot2023-11-1122-31/+361
* refactor(hooks,provider): move reduce motion setterArmand Philippot2023-11-1129-209/+335