SiteFrontend/src/components/contact_form
Teriuihi 394fd6069e Add Formik and Yup to handle forms
Formik and Yup libraries have been introduced to handle forms and their validation, respectively. This improves the clarity and robustness of form validation. Handled logic includes character restrictions, requirement conditions, and minimum and maximum length constraints for the 'username', 'email', and 'question' fields of the contact form.
2024-03-01 20:42:54 +01:00
..
Contact.css Fixed footer, messed with some colors. Wasted time on a failed attempted at a darkmode switch 2024-01-14 21:05:13 +01:00
contact.tsx Add Formik and Yup to handle forms 2024-03-01 20:42:54 +01:00
validationSchema.tsx Add Formik and Yup to handle forms 2024-03-01 20:42:54 +01:00