| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(components): rewrite Button and ButtonLink components | Armand Philippot | 2023-10-24 | 1 | -153/+0 |
| | | | | | | | | | | | | | | | 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 | ||||
| * | refactor: use named export for everything except pages | Armand Philippot | 2023-09-20 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
| * | chore: make Links and Images compliant with Next.js 13 | Armand Philippot | 2023-01-23 | 1 | -1/+2 |
| | | |||||
| * | chore(cards): use post title as link label | Armand Philippot | 2022-06-07 | 1 | -0/+13 |
| | | |||||
| * | chore: complete Storybook stories | Armand Philippot | 2022-05-21 | 1 | -0/+14 |
| | | |||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 1 | -8/+38 |
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | chore: add a Summary component | Armand Philippot | 2022-04-12 | 1 | -0/+13 |
| | | |||||
| * | chore: add a back to top component | Armand Philippot | 2022-04-01 | 1 | -0/+15 |
| | | |||||
| * | chore: add a button link component | Armand Philippot | 2022-03-31 | 1 | -0/+67 |
