debian-image-builder-frontend/src/Components/CreateImageWizard
Simon Steinbeiss c7dd274298 Wizard: Use SearchInput component for packages
As a small simplification and also to make the UX more consistent, let's
use a SearchInput widget over the custom InputGroup structure.
The only aspect lost in the process is the `validation` property that
doesn't exist in the SearchInput widget. It however only affects the CSS
styling of the searchbox and renders the 'error' state when there's only
a single character in the box. This may not even be desirable, given
that it's not really an error and that we show a note right below the
input box about this anyway.

This means the search boxes will also be consistent between the
repository and package search pages.
Fixes #3133
2025-04-25 11:06:49 +02:00
..
steps Wizard: Use SearchInput component for packages 2025-04-25 11:06:49 +02:00
utilities Wizard: add support for content templates 2025-04-25 10:31:43 +02:00
CreateImageWizard.scss Fix: Ensure wizard footer remains visible in repo step 2025-04-01 11:46:17 +02:00
CreateImageWizard.tsx Wizard: set analytics only on non-prem 2025-04-15 11:42:16 +02:00
EditImageWizard.tsx store/cockpitApi: get blueprint endpoint 2025-01-27 17:03:06 +01:00
ImportImageWizard.tsx src: Rename "V2" folders to just Wizard 2024-07-17 11:17:06 +02:00
index.tsx src: Rename "V2" folders to just Wizard 2024-07-17 11:17:06 +02:00
LabelInput.tsx Wizard: Turn required category name into LabelInput prop 2025-03-31 19:46:52 -05:00
types.ts api: union undefined 2024-12-06 12:02:34 -06:00
UsrSubDirectoriesDisabled.tsx src: Rename "V2" folders to just Wizard 2024-07-17 11:17:06 +02:00
ValidatedInput.tsx Wizard: add satellite registration, add jwt-decode 2025-04-03 09:46:41 +02:00
validators.ts Wizard: show a specific error message when description validation fails 2025-04-02 09:50:44 +02:00