| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(components): replace icons with a generic Icon component | Armand Philippot | 2023-10-24 | 2 | -6/+16 |
| | | | | | | Sizes are also predefined and can be set using the `size` prop, so the consumers should no longer adjust the size in CSS. | ||||
| * | feat(components): add Article, Aside, Footer, Header, Main & Nav | Armand Philippot | 2023-10-24 | 5 | -33/+28 |
| | | | | | | Some components have been renamed to be able to create Footer, Header and Nav. | ||||
| * | refactor(components): rewrite Button and ButtonLink components | Armand Philippot | 2023-10-24 | 1 | -22/+18 |
| | | | | | | | | | | | | | | | Both: * move styles to Sass placeholders Button: * add `isPressed` prop to Button * add `isLoading` prop to Button (to differentiate state from disabled) ButtonLink: * replace `external` prop with `isExternal` prop * replace `href` prop with `to` prop | ||||
| * | build: convert project to esm | Armand Philippot | 2023-10-24 | 3 | -0/+3 |
| | | |||||
| * | refactor: use named export for everything except pages | Armand Philippot | 2023-09-20 | 10 | -35/+27 |
| | | | | | | | 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 | 10 | -17/+16 |
| | | | | | | | 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 | 1 | -1/+1 |
| | | |||||
| * | test: install and configure cypress | Armand Philippot | 2022-06-02 | 3 | -3/+3 |
| | | | | | I also configure Jest to avoid conflicts between Cypress and Jest. | ||||
| * | chore: complete Storybook stories | Armand Philippot | 2022-05-21 | 3 | -24/+4 |
| | | |||||
| * | chore: handle blog pagination when JS is disabled | Armand Philippot | 2022-05-20 | 2 | -6/+6 |
| | | |||||
| * | chore: add homepage | Armand Philippot | 2022-05-03 | 2 | -1/+32 |
| | | |||||
| * | chore: add a PageLayout component | Armand Philippot | 2022-04-25 | 2 | -4/+31 |
| | | |||||
| * | chore: add a Pagination component | Armand Philippot | 2022-04-21 | 4 | -0/+472 |
| | | |||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 2 | -30/+72 |
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 2 | -4/+4 |
| | | | | | | | | | 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 MainNav component | Armand Philippot | 2022-04-14 | 1 | -2/+11 |
| | | |||||
| * | chore: add a Nav component | Armand Philippot | 2022-04-12 | 4 | -0/+196 |
| | | |||||
| * | chore: add a Breadcrumb component | Armand Philippot | 2022-04-11 | 4 | -0/+195 |
