diff --git a/webapp/templates/twitch-moderation.html b/webapp/templates/twitch-moderation.html index 1e72a29..277e2dc 100644 --- a/webapp/templates/twitch-moderation.html +++ b/webapp/templates/twitch-moderation.html @@ -75,62 +75,60 @@ transition: opacity 0.2s; } #editModal.hidden, #addCommandModal.hidden { display: none; } + @keyframes tmOfflineGlow { + 0%, 100% { opacity: 0.55; } + 50% { opacity: 1; } + } + .tm-offline-icon { animation: tmOfflineGlow 3s ease-in-out infinite; }
Commandes et logs de modération pour {{ twitch_channel }}
-{{ 'En ligne' if is_live else 'Hors ligne' }}
-Commandes et logs de modération pour {{ twitch_channel }}
{{ 'Actif' if link_filter_enabled else 'Inactif' }}
-{{ stream_title or 'Sans titre' }}
+ {% else %} +Repos — à bientôt sur Twitch
+ {% endif %} +{{ banned_words|length }} mot{{ 's' if banned_words|length > 1 else '' }}
-{{ banned_words|length }} actif{{ 's' if banned_words|length != 1 else '' }}
+{{ stream_title or 'Sans titre' }}
+{{ game_name or 'Catégorie non renseignée' }}{% if stream_uptime %} · {{ stream_uptime }}{% endif %}
+ {% else %} +En attente du prochain live
+Lecteur intégré — son activé automatiquement quand la chaîne est en ligne
+ {% endif %}