elixirschool / school_house

The new era of Elixir School now powered by @phoenixframework
https://elixirschool.com/
Apache License 2.0
155 stars 49 forks source link

Add coming soon badge for planned lessons #159

Closed rsmidt closed 3 years ago

rsmidt commented 3 years ago

Future lessons were already tracked but there was no visual indication in the lessons menu. Now, a simple badge is rendered next to the menu entry.

Screenshot of the desktop menu: image

Screenshot of the mobile menu: image

This resolves #135.

kinson commented 3 years ago

Awesome 😄 ! I will pull this down and take a closer look this evening

rsmidt commented 3 years ago

In addition, I also turned the inline def into a multiline one. I think this is also in accordance with the style guide / rest of the code.