Better navigation
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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`}
|
||||
/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -257,6 +257,6 @@
|
||||
{currentStep}
|
||||
textBack="Back to Auth"
|
||||
textForwardDisabled="Select a sheet"
|
||||
textForwardEnabled="Continue"
|
||||
textForwardEnabled="Continue to Column Mapping"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user