aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/forms
Commit message (Expand)AuthorAgeFilesLines
* fix(build): handle Next.js errors and warnings during buildArmand Philippot2023-12-161-1/+5
* refactor(stories): migrate stories to CSF3 formatArmand Philippot2023-12-1516-228/+160
* refactor(components): split Layout component in smaller componentsArmand Philippot2023-11-222-59/+66
* refactor(components): replace items prop in Navbar componentArmand Philippot2023-11-212-5/+44
* fix: generate an id for each headings in the page main contentsArmand Philippot2023-11-181-1/+1
* refactor(components): rewrite CommentForm componentArmand Philippot2023-11-114-312/+304
* refactor(components): rewrite ContactForm componentArmand Philippot2023-11-114-254/+308
* refactor(components): rewrite SearchForm componentArmand Philippot2023-11-114-117/+133
* refactor(components): replace Toolbar with Navbar componentArmand Philippot2023-11-111-2/+4
* refactor(components): extract SettingsForm component form SettingsModalArmand Philippot2023-11-1132-423/+584
* feat(hooks): add useBoolean and useToggle hooksArmand Philippot2023-11-113-22/+29
* 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-114-69/+9
* refactor(hooks,providers): rewrite useAckee hook and AckeeProviderArmand Philippot2023-11-114-54/+10
* refactor(hooks): rewrite useLocalStorage hookArmand Philippot2023-11-112-5/+13
* refactor(components): make form components compliant with Eslint rulesArmand Philippot2023-11-1118-43/+57
* refactor(components): rewrite List componentArmand Philippot2023-11-111-30/+27
* refactor(components): rewrite Spinner componentArmand Philippot2023-10-242-60/+71
* feat(components): replace icons with a generic Icon componentArmand Philippot2023-10-243-28/+46
* refactor(components): rewrite Heading componentArmand Philippot2023-10-242-56/+72
* build: convert project to esmArmand Philippot2023-10-247-0/+7
* refactor(components): rewrite form componentsArmand Philippot2023-10-2437-249/+1007
* refactor: use named export for everything except pagesArmand Philippot2023-09-2010-76/+71
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-197-22/+22
* fix(settings): avoid cropped tooltip on small devicesArmand Philippot2022-06-094-293/+0
* test: install and configure cypressArmand Philippot2022-06-024-4/+4
* chore: replace the Ackee select by a toggle componentArmand Philippot2022-06-014-41/+49
* chore: replace the toggle componentArmand Philippot2022-06-014-21/+81
* fix(settings): reduce font-size on small devicesArmand Philippot2022-05-252-4/+28
* chore: give autofocus to the toolbar search formArmand Philippot2022-05-241-9/+15
* chore: complete Storybook storiesArmand Philippot2022-05-214-8/+54
* chore: handle settings changeArmand Philippot2022-05-182-11/+59
* chore: close toolbar modals on click/focus outsideArmand Philippot2022-05-184-0/+133
* chore: adjust articles stylesArmand Philippot2022-05-171-3/+11
* chore: adjust and complete missing stylesArmand Philippot2022-05-161-8/+4
* chore: add Article pagesArmand Philippot2022-05-153-17/+39
* chore: add Search pageArmand Philippot2022-05-153-13/+14
* chore: add a Contact pageArmand Philippot2022-05-073-7/+17
* refactor(storybook): reorganize design systemArmand Philippot2022-04-203-27/+79
* refactor: support React 18Armand Philippot2022-04-164-8/+12
* chore: add a ContactForm componentArmand Philippot2022-04-154-0/+263
* chore: add a CommentForm componentArmand Philippot2022-04-154-0/+288
* chore: add a SearchForm componentArmand Philippot2022-04-144-0/+165