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} {canProceed}
{currentStep} {currentStep}
onForward={handleContinue} onForward={handleContinue}
textBack="Back to Row Filtering" textBack="Back to Row Selection"
textForwardEnabled="Continue to Photo Review" textForwardEnabled="Continue to Photo Review"
textForwardDisabled="Please fill out all fields" textForwardDisabled="Please fill out all fields"
/> />

View File

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

View File

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

View File

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

View File

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