aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/widgets/sharing.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): replace Sharing with SharingWidget componentArmand Philippot2023-11-141-61/+0
| | | | | | | * all the widgets should have a coherent name * fix mailto uri * remove useless CSS * add tests
* refactor(components): merge HeadingButton and Widget componentsArmand Philippot2023-11-111-31/+1
| | | | | | 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.
* chore: adjust and complete missing stylesArmand Philippot2022-05-161-8/+13
| | | | | | * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements
* chore: add Project single pagesArmand Philippot2022-05-131-15/+10
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-201-3/+16
| | | | | Add more stories for each components and change some components categories for better organization.
* chore: add a SharingWidget componentArmand Philippot2022-04-151-0/+78