aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* refactor(components): rewrite List componentArmand Philippot2023-11-1151-741/+889
* refactor(components): rewrite ProgressBar componentArmand Philippot2023-11-1111-155/+256
* refactor(components): rewrite Spinner componentArmand Philippot2023-10-2418-190/+312
* refactor(components): make Logo component ESlint compliantArmand Philippot2023-10-248-66/+78
* feat(components): replace icons with a generic Icon componentArmand Philippot2023-10-24128-2095/+1683
* feat(components): add Article, Aside, Footer, Header, Main & NavArmand Philippot2023-10-2455-216/+580
* refactor(components): rewrite Heading componentArmand Philippot2023-10-2430-550/+601
* refactor(components): rewrite Section componentArmand Philippot2023-10-2412-205/+197
* refactor(components): rewrite Button and ButtonLink componentsArmand Philippot2023-10-2430-531/+848
* refactor(routes): replace hardcoded routes with constantsArmand Philippot2023-10-2430-534/+720
* build(eslint): improve ESlint rulesArmand Philippot2023-10-247-34/+693
* build: convert project to esmArmand Philippot2023-10-24108-24/+135
* refactor(components): rewrite form componentsArmand Philippot2023-10-24177-4085/+3213
* build(deps): bump @babel/traverse from 7.22.20 to 7.23.2dependabot[bot]2023-10-211-7/+39
* build(deps-dev): bump postcss from 8.4.30 to 8.4.31dependabot[bot]2023-10-212-5/+5
* build(deps): remove storybook onboarding addonArmand Philippot2023-09-213-23/+1
* build(deps): fix husky hooks installationArmand Philippot2023-09-213-5/+6
* build(deps): add cSpell to lint and fix spelling errorsArmand Philippot2023-09-219-31/+709
* chore(pages): update CVArmand Philippot2023-09-201-0/+0
* refactor: use named export for everything except pagesArmand Philippot2023-09-20378-1795/+1534
* build(deps): bump all dependenciesArmand Philippot2023-09-1921-7660/+6151
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-19315-899/+853
* build(deps): bump @adobe/css-tools from 4.0.2 to 4.3.1dependabot[bot]2023-08-301-3/+3
* build(deps): bump word-wrap from 1.2.3 to 1.2.4dependabot[bot]2023-07-191-3/+3
* build(deps): bump semver from 5.7.1 to 5.7.2dependabot[bot]2023-07-111-7/+14
* build(deps-dev): bump stylelint from 14.16.1 to 15.10.1dependabot[bot]2023-07-102-84/+196
* build(deps-dev): bump webpack from 5.75.0 to 5.76.0dependabot[bot]2023-03-152-5/+5
* chore: make Links and Images compliant with Next.js 13Armand Philippot2023-01-2322-283/+303
* build(deps): bump dependenciesArmand Philippot2023-01-232-2530/+2811
* build(deps): bump json5 from 1.0.1 to 1.0.2dependabot[bot]2023-01-081-9/+4
* build(deps): bump decode-uri-component from 0.2.0 to 0.2.2dependabot[bot]2022-12-111-3/+3
* build(deps): bump loader-utils from 1.4.1 to 1.4.2dependabot[bot]2022-11-161-3/+3
* build(deps): bump loader-utils from 1.4.0 to 1.4.1dependabot[bot]2022-11-081-4/+9
* build(storybook): fix loading errors due to updated depsArmand Philippot2022-09-212-19/+1
* fix(projects): load content dynamically and refresh table of contentsArmand Philippot2022-09-213-3/+47
* fix(types): add custom types to pageProps with translationArmand Philippot2022-09-212-4/+15
* build(deps): bump all dependenciesArmand Philippot2022-09-212-1566/+1592
* chore(content): fix typo and complete some contents on Home & CVArmand Philippot2022-09-211-0/+0
* build(docker): clear yarn cache after the deps installArmand Philippot2022-08-221-5/+1
* build(deps): bump FormatJS to 5.0.9Armand Philippot2022-08-222-16/+16
* chore(release): 2.0.0v2.0.0Armand Philippot2022-08-212-2/+32
* build(deps): bump FormatJS, next-sitemap and StylelintArmand Philippot2022-08-212-109/+216
* chore: update CVArmand Philippot2022-08-211-0/+0
* chore: add DigDir projectArmand Philippot2022-08-212-0/+0
* fix(projects): do not transform pre to Code componentArmand Philippot2022-08-211-1/+0
* fix(comments): load all comments on a postArmand Philippot2022-08-2110-91/+159
* refactor(types): move and rename GraphQL typesArmand Philippot2022-08-2018-384/+380
* build(deps): upgrade all dependenciesArmand Philippot2022-08-202-1035/+981
* fix(article): prevent TypeError on buildArmand Philippot2022-07-233-11/+31
* refactor(article): wrap useSWR with a custom hook to revalidate articleArmand Philippot2022-07-223-9/+31