| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(components): rewrite ContactForm component | Armand Philippot | 2023-11-11 | 1 | -186/+156 |
| | | | | | | | * remove `Notice` props to handle it directly inside the form * replace `sendMail` prop with `onSubmit` prop * use `useForm` hook to handle fields | ||||
| * | feat(hooks): add useBoolean and useToggle hooks | Armand Philippot | 2023-11-11 | 1 | -6/+11 |
| | | |||||
| * | refactor(components): rewrite Spinner component | Armand Philippot | 2023-10-24 | 1 | -51/+64 |
| | | | | | | | | * Message should be set as children * Default message is no longer available (depending on use case, the consumer might prefer aria-label instead) * It is now possible to define the message position | ||||
| * | refactor(components): rewrite form components | Armand Philippot | 2023-10-24 | 1 | -0/+210 |
