aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/links/sharing-link
Commit message (Collapse)AuthorAgeFilesLines
* refactor(stories): migrate stories to CSF3 formatArmand Philippot2023-12-152-114/+59
|
* refactor(pages): refine Article pagesArmand Philippot2023-12-011-1/+1
| | | | | | | | | | | * use rehype to update code blocks class names * fix widget heading level (after a level 1 it should always be a level 2 and not 3) * replace Spinner with LoadingPage and LoadingPageComments components to keep layout coherent * refactor useArticle and useComments hooks * fix URLs in JSON LD schema * add Cypress tests
* feat(components): add a VisuallyHidden componentArmand Philippot2023-11-111-2/+2
|
* refactor(components): rewrite SharingLink componentArmand Philippot2023-11-115-0/+337
* replace default label with label prop * simplify CSS rules