make translation api public to fetch on first app start

This commit is contained in:
2026-05-27 17:43:17 +02:00
parent 5a2faa3ecc
commit 0f98393d1d
5 changed files with 57 additions and 28 deletions

View File

@ -602,6 +602,12 @@ th.sort-desc::after { content: ' \2193'; opacity: 1; }
font-size: .9rem;
margin-bottom: 24px;
}
.login-card .login-privacy-note {
color: var(--text-secondary);
font-size: .8rem;
line-height: 1.4;
margin: -12px 0 20px;
}
.error-text { color: var(--danger); font-size: .85rem; margin-top: 8px; }
/* Toast */

View File

@ -10,6 +10,7 @@ export function loginPage() {
<div class="login-card card">
<h1>BW Sch&uuml;tzt</h1>
<p class="subtitle">Questionnaire Management</p>
<p class="login-privacy-note">Coach app stores interview answers encrypted on device; data shown here is loaded from the server after upload.</p>
<form id="loginForm">
<div class="form-group">
<label for="username">Username</label>