aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules
Commit message (Expand)AuthorAgeFilesLines
* refactor(components): rewrite Breadcrumbs componentArmand Philippot2023-11-115-238/+0
* refactor(components): rewrite Pagination componentArmand Philippot2023-11-115-458/+0
* feat(components): add a Colophon componentArmand Philippot2023-11-116-0/+201
* refactor(components): rewrite Copyright componentArmand Philippot2023-11-116-0/+142
* refactor(components): rewrite NavList componentArmand Philippot2023-11-1113-230/+178
* refactor(components): rewrite NavLink componentArmand Philippot2023-11-116-73/+190
* feat(components): add a generic Grid componentArmand Philippot2023-11-1111-248/+368
* refactor(components): rewrite Card componentArmand Philippot2023-11-1122-456/+1414
* refactor(components): rewrite Code component and usePrism hookArmand Philippot2023-11-1110-505/+396
* refactor(components): replace Meta component with MetaListArmand Philippot2023-11-1125-540/+736
* refactor(components): replace ResponsiveImage with Figure componentArmand Philippot2023-11-118-413/+8
* refactor(components): rewrite Branding componentArmand Philippot2023-11-1111-421/+308
* refactor(components): extract FlippingLogo from Branding componentArmand Philippot2023-11-118-33/+143
* feat(components): add a generic Flip componentArmand Philippot2023-11-1113-352/+186
* refactor(components): merge HeadingButton and Widget componentsArmand Philippot2023-11-1116-513/+365
* refactor(components): make form components compliant with Eslint rulesArmand Philippot2023-11-1110-61/+94
* refactor(components): rewrite HelpButton componentArmand Philippot2023-11-1110-91/+104
* refactor(components): rewrite BackToTop componentArmand Philippot2023-11-118-113/+131
* refactor(components): rewrite Link componentArmand Philippot2023-11-1110-5/+229
* refactor(components): remove Column and NoScript from atomsArmand Philippot2023-11-113-15/+33
* refactor(components): rewrite DescriptionList componentArmand Philippot2023-11-117-104/+81
* refactor(components): rewrite List componentArmand Philippot2023-11-116-51/+31
* refactor(components): make Logo component ESlint compliantArmand Philippot2023-10-241-8/+15
* feat(components): replace icons with a generic Icon componentArmand Philippot2023-10-248-29/+34
* feat(components): add Article, Aside, Footer, Header, Main & NavArmand Philippot2023-10-247-51/+41
* refactor(components): rewrite Heading componentArmand Philippot2023-10-245-45/+41
* refactor(components): rewrite Button and ButtonLink componentsArmand Philippot2023-10-247-56/+69
* build: convert project to esmArmand Philippot2023-10-2421-1/+22
* refactor(components): rewrite form componentsArmand Philippot2023-10-2474-3428/+1092
* refactor: use named export for everything except pagesArmand Philippot2023-09-2091-325/+288
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-1978-127/+126
* chore: make Links and Images compliant with Next.js 13Armand Philippot2023-01-237-35/+23
* fix(settings): avoid cropped tooltip on small devicesArmand Philippot2022-06-0912-19/+69
* fix(settings): close tooltip when modal is closingArmand Philippot2022-06-082-15/+20
* chore: add an aria label to code blocksArmand Philippot2022-06-072-0/+19
* chore(cards): use post title as link labelArmand Philippot2022-06-074-48/+69
* chore: use image title as figure label if no caption is providedArmand Philippot2022-06-071-2/+6
* chore: add aria hidden attribute to SVG iconsArmand Philippot2022-06-073-3/+3
* test: install and configure cypressArmand Philippot2022-06-0228-28/+28
* fix: improve help button accessibility with aria-pressedArmand Philippot2022-06-022-1/+5
* fix: ensure radio buttons are accessibleArmand Philippot2022-06-022-4/+24
* chore: replace the Ackee select by a toggle componentArmand Philippot2022-06-0128-586/+780
* chore: replace the toggle componentArmand Philippot2022-06-0120-472/+431
* chore: add a RadioGroup componentArmand Philippot2022-05-316-2/+348
* chore: replace Checkbox component with a BooleanField componentArmand Philippot2022-05-316-7/+408
* fix(settings): reduce font-size on small devicesArmand Philippot2022-05-2512-7/+105
* chore: give autofocus to the toolbar search formArmand Philippot2022-05-241-11/+10
* test: fix theme toggle and comment testsArmand Philippot2022-05-242-4/+4
* chore(toolbar): change icons to close button when activatedArmand Philippot2022-05-244-0/+213
* chore: adjust cards list spacingArmand Philippot2022-05-231-1/+1