From 052e5975fd948b69b23c6cf0a585e3da8556aad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Kr=C4=8Dek?= Date: Wed, 30 Jul 2025 17:50:23 +0200 Subject: [PATCH] Restyling of column mapping --- .../components/wizard/StepColumnMap.svelte | 119 ++++++++++++------ src/lib/components/wizard/StepGenerate.svelte | 1 - 2 files changed, 79 insertions(+), 41 deletions(-) diff --git a/src/lib/components/wizard/StepColumnMap.svelte b/src/lib/components/wizard/StepColumnMap.svelte index c11a23b..ba58459 100644 --- a/src/lib/components/wizard/StepColumnMap.svelte +++ b/src/lib/components/wizard/StepColumnMap.svelte @@ -488,42 +488,42 @@ {#if hasSavedMapping && !showMappingEditor} -
-
- - - -

Configuration Complete

-

- Spreadsheet: - {savedSheetInfo?.name} -

-

- Sheet: - {selectedSheetName} -

-

- Column mapping loaded from your previous session.
- Everything is ready to proceed to the next step. -

- +
+
+
+

Saved Configuration Found

+
+

+ Using saved mapping for sheet "{selectedSheetName}" from + spreadsheet "{savedSheetInfo?.name}". +

+
+
+
+ +
+
{:else} @@ -735,16 +735,55 @@ {/if} - {#if mappingComplete} -
-

- ✓ All required fields are mapped! You can continue to the next step. -

+
+
+
+ +
+
+

+ All required fields are mapped. You can now proceed. +

+
+
{:else} -
-

Please map all required fields to continue.

+
+
+
+ +
+
+

+ Please map all required fields (*) to continue. +

+
+
{/if}
diff --git a/src/lib/components/wizard/StepGenerate.svelte b/src/lib/components/wizard/StepGenerate.svelte index c189080..8ca7e30 100644 --- a/src/lib/components/wizard/StepGenerate.svelte +++ b/src/lib/components/wizard/StepGenerate.svelte @@ -7,7 +7,6 @@ import { BORDER_CONFIG, TEXT_CONFIG, - PLACEHOLDER_CONFIG, calculateGrid, getAbsolutePositionPt, getAbsolutePhotoDimensionsPt,