-
Notifications
You must be signed in to change notification settings - Fork 1
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
156 replace alerts #205
base: dev
Are you sure you want to change the base?
156 replace alerts #205
Conversation
nlyra
commented
Jul 13, 2021
- Created a versatile/dynamic dialog component where you can pass props to it from any page or component.
- Implemented this component and replaced alerts (where applicable), as well as new styling for current dialogs.
- If anyone needs to add dialogs in the future, they can use this component with the necessary props.
Merging Dev onto Main to update the old files
Merge dev into main
…ts that have a reroute were not changed so that they could still appear after rerouting to new page. All other alerts are now dialogs.
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.
Dialog for create new course (or attempting to when you don't have all required values listed) shows a dialog with a weird scrollbar at the bottom of it. Also, if you didn't mean to change the profile error alert (changing email to one without the @) for a dialog, then you're good there. Otherwise, that's missing too. Everything else looks good!
Need another dialog for submitting a quiz. Sorry for the late notice, I just saw this while checking Michael's PR. |
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.
Beyond whats been said i cant think of anywhere else theyre needed, everything should be good to go