enhanced questionnaire handling with stable key validation, improved note management, and added option key support

This commit is contained in:
2026-05-26 15:40:35 +02:00
parent 1b3d74d822
commit 7671c9f329
10 changed files with 876 additions and 100 deletions

View File

@ -1158,3 +1158,24 @@ th.sort-desc::after { content: ' \2193'; opacity: 1; }
border-radius: 3px;
transition: width .3s ease;
}
.field-hint {
display: block;
font-size: 0.8rem;
color: var(--text-secondary);
margin-top: 4px;
}
.field-hint code {
font-size: 0.75rem;
}
.badge-warn {
background: #fef3c7;
color: #92400e;
}
.opt-key {
font-size: 0.75rem;
margin-right: 8px;
color: var(--text-secondary);
}