Pak Maneth
Pak Maneth
# Fixes Issue **My PR closes #177** # 👨💻 Changes proposed(What did you do ?) Create a new Dialog component that will be used throughout the project instead of using...
### Description When logging out, the app use the browser's alert to confirm. We could make this better using customize dialog/modal instead for better UI. I could work on this....
Fix for #326
**Describe the bug** When using `@default(cuid(2))` in Prisma schema, the generated zod schemas incorrectly use `.cuid()` validator instead of `.cuid2()`, causing validation errors for CUID2 IDs. **Reproduction** Define a Prisma...