feat: handle transcription in real time

This commit is contained in:
2026-01-29 10:31:40 -08:00
parent df8a89e05d
commit e6c19b589e
4 changed files with 166 additions and 5 deletions
+6
View File
@@ -175,6 +175,12 @@ body {
animation: pulse 1.5s infinite;
}
.real-time-indicator {
font-size: 0.875rem;
color: var(--secondary-color);
font-style: italic;
}
.recording-duration {
font-weight: 600;
font-variant-numeric: tabular-nums;