Draft
Conversation
- Scope the validate button to the file input active tab - Allow for re-validation when inputs change such as file added/removed, admin set changed, or input type changed - Remove dynamically rendered start-over link in favor of a "Clear & Start Over" button - Show per-file status icons (success/warning/error) after validation instead of always rendering a checkmark icon when a file is added - Ensure all warnings render in the final summary step - Ensure Skip Validation button gets cleared when the validation runs Ref: - notch8/hyku-community-issues#73
This commit changes the warning message for missing file references in the CSV from "n files referenced in CSV." to "n files referenced in CSV not found in import." providing more clarity in the final summary step of the wizard. Ref: - notch8/hyku-community-issues#73
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎁 Stepper UX start over and clarity of state flow
Ref:
Changes in this commit