Skip to content

Commit

Permalink
Add custom message to queue page (#148)
Browse files Browse the repository at this point in the history
* Add message to queue schema

* Finish queue message support

* Render message with Markdown

* Add changelog entry

* Run prettier
  • Loading branch information
nwalters512 committed Oct 10, 2018
1 parent a687839 commit 74335a6
Show file tree
Hide file tree
Showing 12 changed files with 532 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,7 @@ with the current date and the next changes should go under a **[Next]** header.
* Upgrade to Next 7 and React 16.5.2. ([@nwalters512](https://github.com/nwalters512) in [#143](https://github.com/illinois/queue/pull/143))
* Sort queues and courses by name. ([@genevievehelsel](https://github.com/genevievehelsel) in [#144](https://github.com/illinois/queue/pull/144))
* Fix bug on course page with queues shown. ([@genevievehelsel](https://github.com/genevievehelsel) in [#145](https://github.com/illinois/queue/pull/145))
* Add ability to write custom messages on queues. ([@nwalters512](https://github.com/nwalters512) in [#148](https://github.com/illinois/queue/pull/148))

## 5 September 2018

Expand Down

0 comments on commit 74335a6

Please sign in to comment.