Actions
dev #3524
openUpdated by Nazmul Hossain Shovon 6 months ago
- Status changed from Pending to In Progress
Updated by Nazmul Hossain Shovon 6 months ago
- % Done changed from 0 to 30
Summary of Key Changes:
- Added a new sign-in page (page.tsx) with a styled form and validation using React Hook Form and Zod.
- Implemented SignInForm component with email/password fields, error handling, and password visibility toggle.
- Introduced Redux for user authentication state management (store.ts, index.ts, redux.tsx).
- Created authentication context (auth-context.tsx) and sign-in dialog context.
- Added utility functions for API calls and cookie-based authentication (api.ts, fetchWithCookies.ts).
- Updated global styles and layout to support new authentication flow.
- Renamed FullwidthContainer.tsx to FullWidthContainer.tsx for consistency.
- Updated dependencies: added Redux, React Hook Form, Zod, Sonner, and Radix UI packages.
Updated by Nazmul Hossain Shovon 6 months ago
- % Done changed from 30 to 90
Short Summary of Key Changes:
- Introduced new authentication pages: entry, signup, forgot password, and OTP change password under (auth).
- Refactored and improved the sign-in page and moved it to the new auth folder.
- Added reusable UI components for authentication, including AuthLogo, EntryForm, and password strength indicator.
- Implemented form validation and API integration for registration and password reset flows.
- Updated global styles and constants for better UI consistency.
- Added new icon components for user roles (Client, Talent, Company, Consultant).
- Enhanced utility functions and types to support new authentication features.
Updated by Nazmul Hossain Shovon 6 months ago
- % Done changed from 90 to 100
Short Summary of Key Changes:
- Enhanced OTP (email verification) UI: updated layout, button styles, and resend logic.
- Refactored PinInput to be controlled, more accessible, and responsive.
- Improved form input validation feedback for sign-in and sign-up forms.
- Adjusted responsive container widths and CSS breakpoints for better layout on large screens.
- Minor UI tweaks for consistency and usability across authentication pages.
Updated by Nazmul Hossain Shovon 5 months ago
Summary of key changes:
- Added new pages and forms for email verification, reset password, and code validation in the auth flow.
- Implemented API functions for email verification, resend OTP, and reset code validation.
- Improved password input UX by introducing a reusable password visibility toggle component.
- Updated input and button styles for better consistency and accessibility.
- Masked email display for privacy in OTP screens.
- Refactored some layout and container paddings for more consistent spacing.
Updated by Nazmul Hossain Shovon 5 months ago
- Estimated time changed from 10:00 h to 14:00 h
Updated by Nazmul Hossain Shovon 5 months ago
- Status changed from In Progress to Complete
Actions