feat: add session warning countdown ring
Some checks failed
CI / python-validation (push) Has been cancelled
CI / docker-release-gate (push) Has been cancelled
i18n / compile-translations (push) Has been cancelled

This commit is contained in:
Md Bayazid Bostame
2026-04-01 22:11:35 +02:00
parent da2af7fb3b
commit 6d8c727b29
4 changed files with 36 additions and 5 deletions

View File

@@ -108,7 +108,10 @@
<div class="confirm-dialog session-warning-dialog" role="dialog" aria-modal="true" aria-labelledby="app-session-warning-title" aria-describedby="app-session-warning-copy">
<div class="session-warning-orb" aria-hidden="true">
<span class="session-warning-orb-ring"></span>
<span class="session-warning-orb-core">!</span>
<span class="session-warning-orb-core">
<span class="session-warning-orb-value" id="app-session-warning-seconds">!</span>
<span class="session-warning-orb-label">{% trans "Sek." %}</span>
</span>
</div>
<div class="confirm-dialog-head">
<p class="action-progress-kicker session-warning-kicker">{% trans "Sitzung" %}</p>