Commit Graph

10 Commits

Author SHA1 Message Date
Marshal
b031ddb204 Merge branch 'freight/develop' of github.com:Tria-plc/edr-platform into freight_feature/priority 2026-06-22 11:43:38 +00:00
Marshal
dc708a2473 Refactor phone input handling across onboarding and settings forms
- Replaced PhoneInput component with ControlledPhoneField for better integration with react-hook-form.
- Updated validation for phone numbers using isValidPhone function to ensure proper formatting.
- Removed country code handling from forms, simplifying phone number management.
- Introduced new phone field component with consistent styling and behavior.
- Added phone number validation on the backend using class-validator.
- Removed unused phone utility functions and cleaned up related code.
2026-06-21 10:34:40 +00:00
ghost2023
2b4da2397c style: ui fix to the auth shell 2026-06-19 16:02:12 +03:00
Marshal
51e0d4897a update authentication pages with new layout and functionality 2026-06-17 17:49:16 +00:00
Nathnael
e01a7faa20 style: auth pages fix 2026-06-11 08:27:14 +00:00
ghost2023
4566033046 style: ui revamp 2026-06-09 09:27:14 +03:00
ghost2023
3e77f27a96 feat(onboarding): Introduce multi-step customer onboarding page, enhancing AuthLayout with dynamic class props and improving customer service for typed creation and graceful 404 handling. 2026-05-28 15:54:41 +03:00
ghost2023
edfd885b4c feat(auth): Implement phone number login and introduce PhoneInput component 2026-05-28 15:54:41 +03:00
ghost2023
10287b4bfd style(auth): Apply updated design system guidelines to all authentication forms 2026-05-28 15:54:41 +03:00
ghost2023
b30a04edce refactor(auth): Transition main app to custom authentication system and local useAuth hook 2026-05-28 15:54:26 +03:00