| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(components): replace icons with a generic Icon component | Armand Philippot | 2023-10-24 | 61 | -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 esm | Armand Philippot | 2023-10-24 | 15 | -0/+15 |
| | | |||||
| * | refactor: use named export for everything except pages | Armand Philippot | 2023-09-20 | 46 | -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 paths | Armand Philippot | 2023-09-19 | 30 | -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 icons | Armand Philippot | 2022-06-07 | 24 | -12/+237 |
| | | |||||
| * | test: install and configure cypress | Armand Philippot | 2022-06-02 | 15 | -15/+15 |
| | | | | | I also configure Jest to avoid conflicts between Cypress and Jest. | ||||
| * | chore: adjust dark mode styles | Armand Philippot | 2022-05-22 | 1 | -1/+1 |
| | | |||||
| * | chore: complete Storybook stories | Armand Philippot | 2022-05-21 | 1 | -8/+0 |
| | | |||||
| * | chore: add a Feed icon component | Armand Philippot | 2022-04-26 | 4 | -0/+123 |
| | | |||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 14 | -17/+106 |
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 14 | -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 component | Armand Philippot | 2022-04-12 | 4 | -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 prop | Armand Philippot | 2022-04-08 | 31 | -112/+363 |
| | | |||||
| * | chore: add a Modal component | Armand Philippot | 2022-04-06 | 2 | -2/+0 |
| | | |||||
| * | chore: add a PlusMinus icon component | Armand Philippot | 2022-04-04 | 4 | -0/+173 |
| | | |||||
| * | chore: add a career icon component | Armand Philippot | 2022-04-01 | 4 | -0/+139 |
| | | |||||
| * | chore: add a magnifying glass icon component | Armand Philippot | 2022-04-01 | 4 | -0/+88 |
| | | |||||
| * | chore: add an envelop svg icon component | Armand Philippot | 2022-04-01 | 4 | -0/+110 |
| | | |||||
| * | chore: add a computer screen icon component | Armand Philippot | 2022-04-01 | 4 | -0/+133 |
| | | |||||
| * | chore: add a Hamburger icon component | Armand Philippot | 2022-04-01 | 4 | -0/+111 |
| | | |||||
| * | chore: add a Cog icon component | Armand Philippot | 2022-04-01 | 4 | -0/+53 |
| | | |||||
| * | chore: add a Close icon component | Armand Philippot | 2022-04-01 | 4 | -0/+62 |
| | | |||||
| * | chore: add a CC BY SA svg icon component | Armand Philippot | 2022-04-01 | 4 | -0/+70 |
| | | |||||
| * | chore: add a posts stack svg icon component | Armand Philippot | 2022-03-31 | 4 | -0/+112 |
| | | |||||
| * | chore: add a Home icon component | Armand Philippot | 2022-03-31 | 4 | -0/+111 |
| | | |||||
| * | chore: add a Moon icon component | Armand Philippot | 2022-03-31 | 4 | -0/+51 |
| | | |||||
| * | chore: add a Sun icon component | Armand Philippot | 2022-03-31 | 4 | -0/+59 |
| | | |||||
| * | chore: add an Arrow icon component | Armand Philippot | 2022-03-31 | 4 | -0/+151 |
