Show a login notice when a session ends due to idle timeout.

Return a distinct session_idle error from the API and reload to /login with a clear signed-out message.
This commit is contained in:
2026-07-18 20:50:52 +02:00
parent c90a47c3ea
commit e3793f380c
9 changed files with 353 additions and 3 deletions
+6
View File
@@ -1065,6 +1065,12 @@
font-size: 0.9rem;
}
.wizard-notice {
margin: 0 0 0.85rem;
color: var(--ctp-subtext0);
font-size: 0.9rem;
}
.wizard-rules {
font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
resize: vertical;