aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms
Commit message (Expand)AuthorAgeFilesLines
* refactor(components): rewrite Breadcrumbs componentArmand Philippot2023-11-116-0/+152
* refactor(components): rewrite Pagination componentArmand Philippot2023-11-119-9/+610
* feat(components): add a Colophon componentArmand Philippot2023-11-113-39/+10
* refactor(components): rewrite Copyright componentArmand Philippot2023-11-113-13/+19
* refactor(components): rewrite NavList componentArmand Philippot2023-11-114-32/+48
* feat(components): add a generic Grid componentArmand Philippot2023-11-1111-433/+0
* refactor(components): rewrite Card componentArmand Philippot2023-11-118-469/+264
* feat(components): add a Time componentArmand Philippot2023-11-114-45/+7
* refactor(components): replace Meta component with MetaListArmand Philippot2023-11-119-126/+252
* refactor(components): replace ResponsiveImage with Figure componentArmand Philippot2023-11-1110-63/+77
* refactor(components): rewrite Branding componentArmand Philippot2023-11-112-21/+16
* feat(components): add a generic Flip componentArmand Philippot2023-11-114-13/+37
* refactor(components): merge HeadingButton and Widget componentsArmand Philippot2023-11-1113-192/+136
* refactor(components): make form components compliant with Eslint rulesArmand Philippot2023-11-1118-43/+57
* refactor(components): rewrite BackToTop componentArmand Philippot2023-11-111-1/+11
* refactor(components): rewrite SocialLink componentArmand Philippot2023-11-113-14/+16
* refactor(components): rewrite SharingLink componentArmand Philippot2023-11-112-66/+118
* refactor(components): rewrite Link componentArmand Philippot2023-11-113-5/+127
* refactor(components): remove Column and NoScript from atomsArmand Philippot2023-11-113-2/+4
* refactor(components): rewrite DescriptionList componentArmand Philippot2023-11-118-62/+57
* refactor(components): rewrite List componentArmand Philippot2023-11-1121-219/+183
* refactor(components): rewrite ProgressBar componentArmand Philippot2023-11-112-5/+16
* refactor(components): rewrite Spinner componentArmand Philippot2023-10-243-62/+79
* feat(components): replace icons with a generic Icon componentArmand Philippot2023-10-2410-58/+70
* feat(components): add Article, Aside, Footer, Header, Main & NavArmand Philippot2023-10-2411-86/+91
* refactor(components): rewrite Heading componentArmand Philippot2023-10-242-56/+72
* refactor(components): rewrite Button and ButtonLink componentsArmand Philippot2023-10-243-84/+82
* build: convert project to esmArmand Philippot2023-10-2428-0/+28
* refactor(components): rewrite form componentsArmand Philippot2023-10-2450-333/+1070
* refactor: use named export for everything except pagesArmand Philippot2023-09-2080-342/+335
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-1972-188/+172
* chore: make Links and Images compliant with Next.js 13Armand Philippot2023-01-235-22/+20
* build(storybook): fix loading errors due to updated depsArmand Philippot2022-09-211-1/+1
* fix(comments): load all comments on a postArmand Philippot2022-08-213-10/+10
* chore(toolbar): add missing animation on medium and large devicesArmand Philippot2022-06-091-0/+4
* fix(media-queries): use pixel based media queriesArmand Philippot2022-06-091-1/+4
* fix(settings): avoid cropped tooltip on small devicesArmand Philippot2022-06-0911-385/+177
* fix(settings): close tooltip when modal is closingArmand Philippot2022-06-083-12/+11
* chore: add a label to progress barArmand Philippot2022-06-071-2/+4
* chore(cards): use post title as link labelArmand Philippot2022-06-071-1/+2
* chore: add aria hidden attribute to SVG iconsArmand Philippot2022-06-073-3/+7
* test(unit): fix Jest errors due to images importArmand Philippot2022-06-031-0/+2
* test: install and configure cypressArmand Philippot2022-06-0225-25/+25
* chore: replace the Ackee select by a toggle componentArmand Philippot2022-06-016-58/+51
* chore: replace the toggle componentArmand Philippot2022-06-015-22/+82
* chore: replace Checkbox component with a BooleanField componentArmand Philippot2022-05-318-28/+64
* fix(settings): reduce font-size on small devicesArmand Philippot2022-05-252-4/+28
* chore: close search form when launching searchArmand Philippot2022-05-241-0/+2
* chore: give autofocus to the toolbar search formArmand Philippot2022-05-243-27/+35
* chore: add a search form when posts list prints no resultsArmand Philippot2022-05-247-48/+149