Better navigation
All checks were successful
Build Docker image / build (push) Successful in 3m21s
Build Docker image / deploy (push) Successful in 8s
Build Docker image / verify (push) Successful in 1m35s

This commit is contained in:
Roman Krček
2025-08-07 16:30:46 +02:00
parent c95f96594f
commit 6f7843405c
5 changed files with 5 additions and 5 deletions

View File

@@ -74,7 +74,7 @@
{canProceed}
{currentStep}
onForward={handleContinue}
textBack="Back to Row Filtering"
textBack="Back to Row Selection"
textForwardEnabled="Continue to Photo Review"
textForwardDisabled="Please fill out all fields"
/>

View File

@@ -734,7 +734,7 @@
{currentStep}
textBack="Back to Sheet Selection"
textForwardDisabled="Select a column mapping"
textForwardEnabled="Continue"
textForwardEnabled="Continue to Row Selection"
onForward={handleContinue}
/>
</div>

View File

@@ -547,7 +547,7 @@
<Navigator
canProceed={canProceed()}
{currentStep}
textBack="Back to Row Filter"
textBack="Back to Card Details"
textForwardDisabled="Waiting from photos"
textForwardEnabled={`Generate ${photos.filter((p) => p.status === 'success' && p.cropData).length} Cards`}
/>

View File

@@ -365,7 +365,7 @@
currentStep={currentStep}
onForward={handleContinue}
textBack="Back to Column Mapping"
textForwardEnabled="Continue ({selectedCount} selected)"
textForwardEnabled="Continue to Card Details"
textForwardDisabled="Select at least one valid row"
/>
</div>

View File

@@ -257,6 +257,6 @@
{currentStep}
textBack="Back to Auth"
textForwardDisabled="Select a sheet"
textForwardEnabled="Continue"
textForwardEnabled="Continue to Column Mapping"
/>
</div>