summaryrefslogtreecommitdiffstats
path: root/src/components/atoms/links
Commit message (Collapse)AuthorAgeFilesLines
* test(unit): fix Jest errors due to images importArmand Philippot2022-06-031-0/+3
| | | | | I mocked some SVG files and moves the branding photo to public directory. It is more a workaround than a real fix but it works so...
* test: install and configure cypressArmand Philippot2022-06-024-4/+4
| | | | I also configure Jest to avoid conflicts between Cypress and Jest.
* chore: adjust dark mode stylesArmand Philippot2022-05-222-32/+184
|
* chore: complete Storybook storiesArmand Philippot2022-05-211-4/+1
|
* chore: adjust and complete missing stylesArmand Philippot2022-05-161-23/+0
| | | | | | * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements
* chore: improve accessibilityArmand Philippot2022-05-151-0/+23
|
* chore: add a CV pageArmand Philippot2022-05-033-8/+117
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-204-21/+136
| | | | | Add more stories for each components and change some components categories for better organization.
* refactor: support React 18Armand Philippot2022-04-165-12/+26
| | | | | | | | I replaced the deprecated VFC type with FC type and made all children explicits. Formatjs is still not compatible with React 18 so I need to skip type checking when comitting. There are some type errors because of IntlProvider in Storybook stories.
* chore: add a Nav componentArmand Philippot2022-04-121-3/+1
|
* refactor: use a consistent classname prop and avoid children propArmand Philippot2022-04-085-16/+29
| | | | | | | | I was using the FunctionComponent type for some component that do not use children. So I change the type to VoidFunctionComponent to avoid mistakes. I also rename all the "classes" or "additionalClasses" props to "className" to keep consistency between each components.
* chore: add a ResponsiveImage componentArmand Philippot2022-04-061-3/+15
|
* chore: add a SharingLink componentArmand Philippot2022-04-054-0/+301
|
* chore: add a NavLink componentArmand Philippot2022-04-044-0/+145
|
* chore: add a social link componentArmand Philippot2022-04-014-0/+149
|
* chore: add a Link componentArmand Philippot2022-03-314-0/+153