codersforcauses / repair-lab

https://repair-labs.vercel.app
MIT License
8 stars 3 forks source link

Issue 243 refactor form components and their corresponding forms #245

Open yelnats8 opened 8 months ago

yelnats8 commented 8 months ago

Change Summary

Major refactor and updated documentation of the following FormFields components:

Moved the aforementioned components to new directory called CommonFields

General styling overhaul of the following Form components:

Change Form

Fill this up (NA if not available). If a certain criteria is not met, can you please give a reason.

Other Information

The zod schema updateEventSchema maybe needs to be overhauled, it will let you PATCH events with an empty name. I tried changing up the schema but it resulted in failed API tests.