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 */