v3: added password change/reset feature

This commit is contained in:
khannurien
2026-04-06 16:30:00 +00:00
parent 3b6980a8fc
commit 20b9bfe7b4
26 changed files with 1268 additions and 236 deletions

View File

@@ -2021,6 +2021,51 @@ body.has-player .fab-new {
margin: 0;
}
.auth-link-btn {
background: none;
border: none;
padding: 0;
cursor: pointer;
color: var(--color-accent);
font-size: inherit;
font-family: inherit;
text-decoration: underline;
text-underline-offset: 2px;
}
.auth-link-btn:hover {
opacity: 0.8;
}
.auth-reset-panel {
border-top: 1px solid var(--color-border-subtle);
padding-top: 1rem;
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.auth-reset-form {
margin: 0;
}
.auth-reset-sent {
font-size: 0.9rem;
text-align: center;
margin: 0;
opacity: 0.85;
}
.auth-field-hint {
display: block;
font-size: 0.8rem;
margin-top: 0.25rem;
}
.auth-field-hint--error {
color: var(--color-error, #e53e3e);
}
/* ── Form pages (DumpCreate / DumpEdit) ── */
@keyframes page-enter {
from {