mterwill / office-hours-help-queue

A queue to help manage office hours for large courses
GNU General Public License v3.0
86 stars 21 forks source link

Enable custom ping messages #190

Closed pl98 closed 3 years ago

pl98 commented 3 years ago

Closes #184

When an instructor clicks the Ping button, a dialog box will appear with the default message "An instructor is looking for you!" The instructor is able to edit this message and send a notification to the student with a custom ping message.

mterwill commented 3 years ago

I did notice in testing that the default message flashes briefly as the modal is hiding. Could we maybe use the onHidden callback?

Is called after a modal has finished hiding animation.

mterwill commented 3 years ago

Deployed 🚀