aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms
Commit message (Expand)AuthorAgeFilesLines
* refactor(components): rewrite Modal componentArmand Philippot2023-11-117-15/+32
* refactor(components): extract SettingsForm component form SettingsModalArmand Philippot2023-11-1135-456/+588
* feat(hooks): add useBoolean and useToggle hooksArmand Philippot2023-11-118-80/+69
* refactor(providers,hooks): rewrite PrismThemeProvider & usePrismThemeArmand Philippot2023-11-111-22/+5
* feat: replace next-themes with a custom ThemeProviderArmand Philippot2023-11-111-11/+4
* refactor(hooks,provider): move reduce motion setterArmand Philippot2023-11-1113-165/+31
* refactor(hooks,providers): rewrite useAckee hook and AckeeProviderArmand Philippot2023-11-1113-161/+45
* refactor(hooks): rewrite useLocalStorage hookArmand Philippot2023-11-112-5/+13
* refactor(components): remove SiteHeader and SiteFooter componentsArmand Philippot2023-11-119-554/+0
* refactor(components): extract MainNav component from toolbarArmand Philippot2023-11-1111-81/+253
* 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