aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/icons
Commit message (Collapse)AuthorAgeFilesLines
* feat(components): replace icons with a generic Icon componentArmand Philippot2023-10-2461-1991/+0
| | | | | Sizes are also predefined and can be set using the `size` prop, so the consumers should no longer adjust the size in CSS.
* build: convert project to esmArmand Philippot2023-10-2415-0/+15
|
* refactor: use named export for everything except pagesArmand Philippot2023-09-2046-239/+121
| | | | | | Next expect a default export for pages so only those components should use default exports. Everything else should use named exports to reduce the number of import statements.
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-1930-30/+30
| | | | | | Using paths aliases starting with "@" can be confusing and can lead to conflict with existings modules. I prefer to use relative paths to avoid extra configuration in tools because of these aliases.
* chore: add aria hidden attribute to SVG iconsArmand Philippot2022-06-0724-12/+237
|
* test: install and configure cypressArmand Philippot2022-06-0215-15/+15
| | | | I also configure Jest to avoid conflicts between Cypress and Jest.
* chore: adjust dark mode stylesArmand Philippot2022-05-221-1/+1
|
* chore: complete Storybook storiesArmand Philippot2022-05-211-8/+0
|
* chore: add a Feed icon componentArmand Philippot2022-04-264-0/+123
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-2014-17/+106
| | | | | Add more stories for each components and change some components categories for better organization.
* refactor: support React 18Armand Philippot2022-04-1614-28/+28
| | | | | | | | 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 MainNavButton componentArmand Philippot2022-04-124-39/+32
| | | | | I also move the active state from the hamburger to this pseudo-button. It makes more sense that the button handles the icon shape.
* chore(icons): accept a classname as propArmand Philippot2022-04-0831-112/+363
|
* chore: add a Modal componentArmand Philippot2022-04-062-2/+0
|
* chore: add a PlusMinus icon componentArmand Philippot2022-04-044-0/+173
|
* 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