Add temporary performance degradation message
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
.performance-notice {
|
||||
background: oklch(var(--lch-yellow-lightest));
|
||||
border-radius: 1ch;
|
||||
border: 1px solid oklch(var(--lch-yellow-light));
|
||||
font-size: var(--text-small);
|
||||
margin-block-end: 2ch;
|
||||
margin-inline: auto;
|
||||
max-inline-size: 60ch;
|
||||
padding-inline: 2ch;
|
||||
padding: 1ch;
|
||||
}
|
||||
@@ -2,6 +2,9 @@
|
||||
<% @header_class = "header--events" %>
|
||||
|
||||
<%= render "cards/broadcasts", filter: @filter %>
|
||||
<div class="performance-notice">
|
||||
Fizzy is a bit sluggish at the moment, but we're working hard to get things humming smoothly again. Apologies for the disruption!
|
||||
</div>
|
||||
|
||||
<% content_for :header do %>
|
||||
<%= render "events/index/add_card_button", user_filtering: @user_filtering %>
|
||||
|
||||
Reference in New Issue
Block a user