debian-image-builder-frontend/src/Components
Ondřej Budai 11d36f4d6c Wizard: show a specific error message when description validation fails
Prior to this commit, the wizard showed "Invalid description" when
the description was too long. This was rather unhelpful for users.

The actual size check happens in validators.ts, but the functions there
just return a boolean value, even if they check for multiple criteria.

I'm not entirely sure, why the validation functions live in a separate
file, so I decided to move this specific condition to useValidation.tsx
so the condition, and the relevant user-facing error message can be
defined next to each other.
2025-04-02 09:50:44 +02: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: show a specific error message when description validation fails 2025-04-02 09:50:44 +02: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