Skip to content
Snippets Groups Projects

Resolve "Verify maintenance mode with GraphQL / reimplement maintenance mode handling"

All threads resolved!
1 file
+ 8
1
Compare changes
  • Side-by-side
  • Inline
@@ -12,6 +12,13 @@
@@ -12,6 +12,13 @@
This webbrowser doesn't support JavaScript, or its execution is blocked. Please use another browser to continue.
This webbrowser doesn't support JavaScript, or its execution is blocked. Please use another browser to continue.
{% endblocktrans %}
{% endblocktrans %}
</noscript>
</noscript>
 
{% if maintenance_mode %}
 
<p>
 
{% blocktrans %}
 
The maintenance mode is currently enabled. Please try again later.
 
{% endblocktrans %}
 
</p>
 
{% endif %}
</div>
</div>
<div class="lds-ellipsis">
<div class="lds-ellipsis">
<div></div>
<div></div>
@@ -36,7 +43,7 @@
@@ -36,7 +43,7 @@
max-height: calc(100vh - 10vh - calc(2 * min(85px, 15vh)));
max-height: calc(100vh - 10vh - calc(2 * min(85px, 15vh)));
}
}
noscript {
noscript, p {
font-family: Roboto, sans-serif;
font-family: Roboto, sans-serif;
font-weight: 400;
font-weight: 400;
}
}
Loading