-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/consistent alerts #81
Conversation
Release 0.3.0
hotfix logo
…mission status when logic is available
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
NOTE: There needs to be a check if form / upload field values have changed from initial render.
is that a new issues or how do we track it
@@ -112,8 +82,10 @@ const WizardFooter = () => { | |||
color="primary" | |||
disabled={wizardStep < 1} | |||
className={classes.footerButton} | |||
// TODO: Implement save functionality |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can create an issue out of it for better tracking if there isn't one yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NOTE: There needs to be a check if form / upload field values have changed from initial render.
This is addressed in #77
I think we can create an issue out of it for better tracking if there isn't one yet.
Yeah, this is a different issue since save functionality is out of scope of dialog alerts.
Description
Created component for alert dialog. Component renders dialog content based on parent component location and alert type.
NOTE: When #77 is done, refactor alerts to be called only when form/upload has changed
Type of change
Changes Made
Testing