debian-image-builder-frontend/src/store
Ondrej Ezr 4692eae454 Wizard: validate wizard with Redux Hook
Use redux hook to validate the form.
This gives us single point of contact for "is the data valid?"
while not requiring every redux action touching form data to perform validation.

It's not perfect and might be improved when using external library solving the problems we're having.
2024-06-21 14:40:41 +02:00
..
BlueprintSlice.ts Blueprints: filter composes by blueprint version 2024-03-07 17:19:32 +01:00
contentSourcesApi.ts CreateImageWizardV2: search package groups in distro repositories 2024-06-21 10:12:39 +02:00
edgeApi.ts store: Run code generation after codegen-openapi version bump 2024-01-05 09:41:10 +01:00
emptyContentSourcesApi.ts eslint: Add support for Typescript 2023-08-02 13:46:08 +02:00
emptyEdgeApi.ts Api: generate RTK Query for Edge 2023-09-04 15:14:48 +02:00
emptyImageBuilderApi.ts api: Add extra header to distinguish UI requests 2024-06-05 10:15:38 +03:00
emptyProvisioningApi.ts eslint: Add support for Typescript 2023-08-02 13:46:08 +02:00
emptyRhsmApi.ts eslint: Add support for Typescript 2023-08-02 13:46:08 +02:00
enhancedImageBuilderApi.ts BlueprintTable: Invalidate tags on deleteBlueprint 2024-05-01 09:49:22 +02:00
helpers.ts V2Wizard: Create a folder for Review step and copy review component and enable tests 2024-02-06 14:16:16 +01:00
hooks.ts V2 Wizard: Fix OpenSCAP step 2024-04-23 10:02:03 +02:00
imageBuilderApi.ts feat(HMS-4200): remove blueprint endpoints /experimental 2024-06-18 17:29:50 +02:00
index.ts Blueprints: add blueprints slice for client global state 2024-03-06 12:52:03 +01:00
listenerMiddleware.ts V2Wizard: Add listeners for <TargetEnvironment> in Image Output step 2024-01-08 11:59:23 +01:00
provisioningApi.ts Migrate to Provisioning API nested root 2023-09-11 15:19:31 +02:00
rhsmApi.ts store: Run code generation after codegen-openapi version bump 2024-01-05 09:41:10 +01:00
typeGuards.ts store: Update api schema 2023-11-07 11:13:28 +01:00
wizardSlice.ts Wizard: validate wizard with Redux Hook 2024-06-21 14:40:41 +02:00