aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | chore: add a Modal componentArmand Philippot2022-04-068-5/+151
| |
* | chore: add a ResponsiveImage componentArmand Philippot2022-04-065-3/+240
| |
* | chore: add a List componentArmand Philippot2022-04-054-0/+218
| |
* | chore: add a ProgressBar componentArmand Philippot2022-04-054-0/+177
| |
* | chore: add a SharingLink componentArmand Philippot2022-04-054-0/+301
| |
* | chore: add a PlusMinus icon componentArmand Philippot2022-04-044-0/+173
| |
* | chore: add a Branding componentArmand Philippot2022-04-048-4/+419
| |
* | chore: add a FlippingLogo componentArmand Philippot2022-04-044-0/+185
| |
* | chore: add a Logo componentArmand Philippot2022-04-044-0/+96
| |
* | chore: add a NavLink componentArmand Philippot2022-04-044-0/+145
| |
* | chore: add a Spinner componentArmand Philippot2022-04-044-0/+127
| |
* | chore: add a labelled select field componentArmand Philippot2022-04-015-11/+182
| |
* | chore: add labelled field componentArmand Philippot2022-04-016-14/+250
| |
* | chore: add a back to top componentArmand Philippot2022-04-019-7/+204
| |
* | chore: add a social link componentArmand Philippot2022-04-014-0/+149
| |
* | build(storybook): handle SVGR importArmand Philippot2022-04-011-0/+10
| |
* | chore: add a career icon componentArmand Philippot2022-04-014-0/+139
| |
* | chore: add a magnifying glass icon componentArmand Philippot2022-04-014-0/+88
| |
* | chore: add an envelop svg icon componentArmand Philippot2022-04-014-0/+110
| |
* | chore: add a computer screen icon componentArmand Philippot2022-04-014-0/+133
| |
* | chore: add a Hamburger icon componentArmand Philippot2022-04-014-0/+111
| |
* | chore: add a Cog icon componentArmand Philippot2022-04-014-0/+53
| |
* | chore: add a Close icon componentArmand Philippot2022-04-014-0/+62
| |
* | chore: add a CC BY SA svg icon componentArmand Philippot2022-04-014-0/+70
| |
* | chore: add a posts stack svg icon componentArmand Philippot2022-03-314-0/+112
| |
* | chore: add a Home icon componentArmand Philippot2022-03-314-0/+111
| |
* | chore: add a Moon icon componentArmand Philippot2022-03-314-0/+51
| |
* | chore: add a Sun icon componentArmand Philippot2022-03-314-0/+59
| |
* | chore: add an Arrow icon componentArmand Philippot2022-03-314-0/+151
| |
* | chore: add a Link componentArmand Philippot2022-03-314-0/+153
| |
* | chore: add a Label componentArmand Philippot2022-03-314-0/+97
| |
* | chore: add a Select componentArmand Philippot2022-03-313-0/+197
| |
* | chore: add a Field componentArmand Philippot2022-03-314-0/+323
| |
* | chore: add a Heading componentArmand Philippot2022-03-313-0/+104
| |
* | chore: add a button link componentArmand Philippot2022-03-314-0/+127
| |
* | chore: add a button componentArmand Philippot2022-03-318-3/+346
| |
* | build(deps): add storybookArmand Philippot2022-03-315-403/+7056
|/
* test(jest): add a test for Copyright componentArmand Philippot2022-03-291-0/+14
|
* test(jest): add a test for Header componentArmand Philippot2022-03-291-0/+13
|
* test(jest): add a test for Branding componentArmand Philippot2022-03-293-6/+33
|
* build(deps): bump next, next-sitemap, mdx, graphql-request and sharpArmand Philippot2022-03-252-428/+431
|
* build: configure JestArmand Philippot2022-03-2410-250/+281
|\ | | | | | | | | Since Next.js v12, we can use next/js package with some preconfigured Jest options.
| * test(jest): add a mock for windows matchMediaArmand Philippot2022-03-242-4/+17
| |
| * test(jest): define a custom render function to set providersArmand Philippot2022-03-243-2/+53
| |
| * build: configure jestArmand Philippot2022-03-247-248/+215
|/ | | | | | Since Next.js v12, Jest is already configured with the next/jest package. I also added a package to mock next/router.
* build(deps): remove unused depsArmand Philippot2022-03-242-61/+11
|
* refactor: replace babel with swcArmand Philippot2022-03-2471-133/+415
|\ | | | | | | The build time will be faster with SWC.
| * refactor: load prism plugins without babelArmand Philippot2022-03-2411-126/+178
| |
| * refactor: use formatjs swc pluginArmand Philippot2022-03-2365-7/+237
| | | | | | | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id.
* | build(deps): bump minimist from 1.2.5 to 1.2.6dependabot[bot]2022-03-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>