-
Notifications
You must be signed in to change notification settings - Fork 38
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
New homepage #1
New homepage #1
Conversation
pages/index.js
Outdated
} | ||
|
||
deleteQueue(courseId, queueId) { | ||
this.props.deleteQueue(courseId, queueId) |
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.
is it possible to have this pop up a modal (similar to components/ConfirmLeaveQueueModal.js ) in order to help prevent accidental deletion?
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.
yep - that was already on my todo list for another PR, but that makes sense to do here.
This PR tries to make the homepage a bit friendlier and useful
Things that still have to be done: