Skip to content
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

Merged
merged 9 commits into from
Feb 27, 2018
Merged

New homepage #1

merged 9 commits into from
Feb 27, 2018

Conversation

nwalters512
Copy link
Contributor

This PR tries to make the homepage a bit friendlier and useful

  • Show all open queues on the homepage
  • Create a new queue on the homepage
  • Prettier queue cards
  • Less blue! ( @parisfe2 )

Things that still have to be done:

  • Form verification for queue creation

image

pages/index.js Outdated
}

deleteQueue(courseId, queueId) {
this.props.deleteQueue(courseId, queueId)
Copy link
Collaborator

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?

Copy link
Contributor Author

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.

@nwalters512 nwalters512 merged commit 98b1089 into master Feb 27, 2018
@nwalters512 nwalters512 deleted the new-homepage branch March 9, 2018 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants