debian-image-builder-frontend/src/Components
Michal Gold 265ba2ac78 Wizard: Add password validation in User step
This commit adds password validation to the User step:
- Moved password validation logic to a separate `checkPasswordValidity` function, returning detailed results (strength and validation state).
- Simplified validation in `PasswordValidatedInput` by using `checkPasswordValidity` results directly.
- Added dynamic password strength indicator showing success or error based on requirements.
- Integrated environment-specific validation messages (e.g., for Azure).
- Improved code separation between presentation and validation for better maintainability.
- Unit tests: Adds tests for invalid passwords, covering both default and Azure cases.
2025-03-20 13:28:46 +01:00
..
Blueprints Changed to switch statement 2025-02-25 12:09:33 +01:00
Cockpit Components/Cockpit: NotReady 2025-02-04 23:08:50 +01:00
CreateImageWizard Wizard: Add password validation in User step 2025-03-20 13:28:46 +01:00
edge deps: Bump @redhat-cloud-services/frontend-components from 4.2.22 to 5.2.6 2025-03-04 12:09:35 +01:00
ImagesTable src: Rely only osbuild-composer's cloudapi types 2025-02-05 15:54:57 +01:00
LandingPage src: Remove width limiting for Wizard and ImagesTable 2025-03-18 14:37:53 -05:00
sharedComponents store/backendApi: create a useBackendPrefetch hook 2025-01-27 17:03:06 +01:00
ShareImageModal src: Remove width limiting for Wizard and ImagesTable 2025-03-18 14:37:53 -05:00