Better navigation
This commit is contained in:
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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`}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user