aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ContactForm
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-292-201/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* refactor: use formatjs swc pluginArmand Philippot2022-03-231-0/+8
| | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id.
* chore: combine input/textarea/select in a single componentArmand Philippot2022-02-251-6/+10
|
* refactor: replace label elements with Label componentArmand Philippot2022-02-251-20/+33
|
* refactor: extract contact form from contact pageArmand Philippot2022-02-102-0/+176
The contact page file was too long. By extracting the contact form the readability is improved.