aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * chore: replace Checkbox component with a BooleanField componentArmand Philippot2022-05-3124-220/+789
| * build(deps): bump dependenciesArmand Philippot2022-05-272-145/+154
|/
* chore: fix some typographic issuesArmand Philippot2022-05-251-53/+53
* build(docker): increase CPU and Memory limitsArmand Philippot2022-05-251-8/+8
* fix(settings): reduce font-size on small devicesArmand Philippot2022-05-2515-12/+142
* chore: update header photoArmand Philippot2022-05-251-0/+0
* fix: reset focus to top of the page on route changeArmand Philippot2022-05-251-2/+8
* build(deps): bump all dependenciesArmand Philippot2022-05-255-3061/+2391
* refactor: use storybook and atomic design (#16)Armand Philippot2022-05-24614-13051/+36543
|\