Add temporary performance degradation message

This commit is contained in:
Andy Smith
2026-02-12 12:01:18 -06:00
parent 851f13a934
commit 2a1f9cd15b
2 changed files with 14 additions and 0 deletions
@@ -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;
}
+3
View File
@@ -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 %>