From 6492944c8f78ca60d0e44d0cfb78b032e9de88b2 Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Mon, 8 Jun 2026 16:13:30 +0300 Subject: [PATCH] fix(web): keep the image-ref conflict indicator from reflowing the form MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move the conflict-checking hint inside the image-ref field as an absolutely-positioned overlay so a blur→check→clear cycle no longer shifts the rows below it on the /apps/new wizard. --- .../workload/ImageSourceForm.svelte | 102 ++++++++++++------ 1 file changed, 72 insertions(+), 30 deletions(-) diff --git a/web/src/lib/components/workload/ImageSourceForm.svelte b/web/src/lib/components/workload/ImageSourceForm.svelte index 343f135..da58168 100644 --- a/web/src/lib/components/workload/ImageSourceForm.svelte +++ b/web/src/lib/components/workload/ImageSourceForm.svelte @@ -219,18 +219,34 @@ >{$t('apps.new.imageRefLabel')}*
- +
+ + + {#if enableConflicts && conflictLoading} + + + {$t('apps.new.imageConflictChecking')} + + {/if} +