summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix(comments): refresh comments on changes or new commentArmand Philippot2022-07-222-3/+35
* build(deps): upgrade dependencies (Next v12.2.3)Armand Philippot2022-07-223-1778/+1763
* build(deps): bump terser from 4.8.0 to 4.8.1dependabot[bot]2022-07-211-3/+3
* build(deps): bump dependenciesArmand Philippot2022-06-222-745/+736
* chore(content): update CVArmand Philippot2022-06-221-0/+0
* build(deps): bump dependenciesArmand Philippot2022-06-092-527/+480
* chore(toolbar): add missing animation on medium and large devicesArmand Philippot2022-06-091-0/+4
* fix(media-queries): use pixel based media queriesArmand Philippot2022-06-092-6/+9
* fix(settings): avoid cropped tooltip on small devicesArmand Philippot2022-06-0924-404/+260
* fix(settings): close tooltip when modal is closingArmand Philippot2022-06-087-73/+83
* build(sitemap): rename next-sitemap config fileArmand Philippot2022-06-071-0/+0
* chore: improve accessibility (#20)Armand Philippot2022-06-0754-136/+458
|\
| * chore: add a label to progress barArmand Philippot2022-06-077-50/+58
| * chore: add an aria label to code blocksArmand Philippot2022-06-073-0/+19
| * chore(cards): use post title as link labelArmand Philippot2022-06-078-49/+90
| * chore: use image title as figure label if no caption is providedArmand Philippot2022-06-074-12/+14
| * chore: add aria hidden attribute to SVG iconsArmand Philippot2022-06-0732-25/+277
|/
* build(deps): bump dependenciesArmand Philippot2022-06-072-970/+971
* test: add end to end tests (#19)Armand Philippot2022-06-03124-130/+1204
|\
| * test(unit): fix Jest errors due to images importArmand Philippot2022-06-034-1/+6
| * test(e2e): add settings form testArmand Philippot2022-06-031-0/+177
| * test(e2e): add other pages testArmand Philippot2022-06-034-0/+27
| * test(e2e): add contact page testArmand Philippot2022-06-031-0/+41
| * test(e2e): add loading more button test for blog pageArmand Philippot2022-06-031-0/+44
| * build(test): add a pre-push hook to run unit testsArmand Philippot2022-06-031-0/+4
| * docs: add a section about TestingArmand Philippot2022-06-021-1/+27
| * test(e2e): add back to top button visibility testArmand Philippot2022-06-021-0/+14
| * test(e2e): add search feature testArmand Philippot2022-06-021-0/+41
| * test(e2e): add Footer navigation testArmand Philippot2022-06-021-0/+12
| * test(e2e): add main navigation testArmand Philippot2022-06-021-0/+62
| * test: install and configure cypressArmand Philippot2022-06-02110-128/+749
|/
* fix: improve settings accessibility (#18)Armand Philippot2022-06-027-58/+86
|\
| * fix: improve help button accessibility with aria-pressedArmand Philippot2022-06-023-5/+13
| * fix: ensure radio buttons are accessibleArmand Philippot2022-06-024-53/+73
|/
* build(deps): bump dependenciesArmand Philippot2022-06-012-756/+796
* chore(a11y): improve website settings accessibility (#17)Armand Philippot2022-06-0172-1408/+2557
|\
| * chore: replace the Ackee select by a toggle componentArmand Philippot2022-06-0138-745/+716
| * chore: replace the toggle componentArmand Philippot2022-06-0127-496/+534
| * chore: add a RadioGroup componentArmand Philippot2022-05-316-2/+348
| * chore: add a Fieldset componentArmand Philippot2022-05-315-0/+216