Require display name before suggesting/voting and enforce in UI

This commit is contained in:
2026-01-28 16:30:30 +01:00
parent e49fb04e3a
commit 6396d583b5
3 changed files with 38 additions and 0 deletions

View File

@@ -106,6 +106,8 @@ button.ghost {
.label { color: #9ca3af; font-size: 12px; }
.hint { color: #9ca3af; font-size: 12px; margin: 8px 0 0; }
.hint.warning { color: #f59e0b; }
.disabled-form { opacity: 0.5; pointer-events: none; }
.card-grid {
display: grid;