debian-image-builder-frontend/src
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
..
Components Wizard: show a specific error message when description validation fails 2025-04-02 09:50:44 +02:00
store Wizard: Add group input to User step 2025-03-31 19:46:52 -05:00
test Wizard: Replace deprecated select in AwsSourcesSelect 2025-04-01 11:07:38 +02:00
Utilities CreateImageWizard: refactor oscap availability 2025-03-31 18:02:11 -05:00
App.tsx src: Migrate remaining files to TypeScript 2024-06-06 08:38:41 +02:00
AppCockpit.tsx AppCockpit: render not ready component 2025-02-04 23:08:50 +01:00
AppEntry.tsx store: add initial cockpit store 2024-10-30 10:36:18 -05:00
bootstrap.tsx src: Migrate remaining files to TypeScript 2024-06-06 08:38:41 +02:00
constants.ts Wizard: Compliance URL via suffix 2025-03-21 15:53:24 +02:00
entry.ts src: Migrate remaining files to TypeScript 2024-06-06 08:38:41 +02:00
index.html src: Change page title to Image Builder (#8) 2020-09-21 16:03:19 -05:00
mockServiceWorker.js devDeps: Manually bump msw from 2.7.0 to 2.7.3 2025-03-18 09:49:46 +01:00
Router.tsx updating useFlag to omit feature flag from onPrem env 2024-10-30 10:36:18 -05:00