update: accept/reject rehersal and get response information

This commit is contained in:
Nathan FONTEYNE 2026-07-15 17:25:32 +02:00
parent 247323654e
commit 5730a9fe3c
5 changed files with 142 additions and 2 deletions

View file

@ -1461,6 +1461,27 @@ a.back-link:hover { color: var(--accent); }
flex-wrap: wrap;
}
.rehearsal-accepted-by {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.3rem 0.5rem;
margin-top: 0.35rem;
font-size: 0.8rem;
}
.rehearsal-accepted-by .avatar-sm { width: 1.3rem; height: 1.3rem; font-size: 0.65rem; }
.vote-badge {
font-size: 0.85rem;
border-radius: var(--radius-sm);
padding: 0.35rem 0.6rem;
background: var(--surface-alt);
}
.vote-badge.accept { border-left: 3px solid var(--success); }
.vote-badge.reject { border-left: 3px solid var(--danger); }
.cell-badges {
position: absolute;
top: 0.3rem;