dcramer / peated

https://peated.com
Apache License 2.0
63 stars 13 forks source link

feat: Overhaul forms #23

Closed dcramer closed 1 year ago

dcramer commented 1 year ago

This migrates form validation to a combination of react-hook-form and zod. There's still some issues w/ the jsonschema generation (might be an upstream bug w/ the validator) in e.g. the notification serializer.

This also cleans up and simplifies some forms and components.

As part of this we're also changing rating to be optional which is a feature enhancement.