From f6959724b01e9a63f16d21468f8def42e141c30e Mon Sep 17 00:00:00 2001 From: Mathis Date: Tue, 21 May 2024 12:28:03 +0200 Subject: [PATCH] Add ProfilePage, update RegisterForm and ToastBox components Added new ProfilePage component with necessary UI layout and buttons. Updated RegisterForm component with form validation using Zod schema and improved error handling. Updated icons in ToastBox component for proper display. Added necessary dependencies for form handling and validation. --- .idea/workspace.xml | 29 ++++-- package.json | 4 +- pnpm-lock.yaml | 18 ++++ src/app/profile/page.tsx | 19 ++++ src/components/register-form.tsx | 158 +++++++++++++++++-------------- src/components/ui/toast-box.tsx | 14 +-- 6 files changed, 156 insertions(+), 86 deletions(-) create mode 100644 src/app/profile/page.tsx diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7f28d10..ddf6241 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,16 +5,12 @@ - - + + - - - - - +