Custom Alert Banner
Summary
Ideally we would like a system where we could publish an alert banner to display at the top of the page in the event of some major alert. This could be during special schedules, or a snow day, or when the JC closes 3/4 of all their restaurants. There should be a template of some kind that you can quickly modify and publish with potentially an expiration date attached. The alert could have an option on whether it should be collapsible by the user or not.
Helpful Links
I know nothing about Angular 2 that could help. But here's an example in from Bookshare kindly shared by Mark:
{% if messages %}
{% for message in messages %}
<div class="row">
<div class="col-md-12">
<div class="alert alert-{{ message.tags }} alert-dismissable text-center" style='font-size:14px' role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="close"><span aria-hidden="true">×</span></button>
<strong>{{ message }}</strong>
</div>
</div>
</div>
{% endfor %}
{% endif %}
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information