aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/buttons/heading-button.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): merge HeadingButton and Widget componentsArmand Philippot2023-11-111-104/+0
| | | | | | The HeadingButton component was only used inside Widget component and it is not very useful on its own so I merge the two components in a new Collapsible component.
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-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.
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-1/+0
| | | | | | 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: complete Storybook storiesArmand Philippot2022-05-211-0/+1
|
* chore: adjust articles stylesArmand Philippot2022-05-171-51/+22
| | | | | * change animation on article card hover * change comments section alignment
* refactor(storybook): reorganize design systemArmand Philippot2022-04-201-10/+68
| | | | | Add more stories for each components and change some components categories for better organization.
* chore: add a HeadingButton componentArmand Philippot2022-04-071-0/+75