feat: create title for each meeting

This commit is contained in:
2026-01-29 14:07:26 -08:00
parent 9bf92d3365
commit 9efda8ded6
5 changed files with 50 additions and 9 deletions
+10 -2
View File
@@ -663,9 +663,17 @@ body {
color: rgba(255, 255, 255, 0.8);
}
.transcript-title {
font-weight: 600;
font-size: 0.9375rem;
line-height: 1.3;
margin-bottom: 0.25rem;
}
.transcript-time {
font-weight: 500;
font-size: 0.875rem;
font-weight: 400;
font-size: 0.8125rem;
color: var(--text-secondary);
}
.transcript-status {