Refactor STT architecture
This commit is contained in:
@@ -279,6 +279,19 @@ body {
|
||||
animation: pulse 1s ease-in-out infinite;
|
||||
}
|
||||
|
||||
/* Transcribe button: recording state (same as PTT but for transcribe) */
|
||||
.compose__action-btn--recording {
|
||||
color: white;
|
||||
background: var(--color-recording);
|
||||
animation: pulse 1s ease-in-out infinite;
|
||||
}
|
||||
|
||||
/* Transcribe button: transcribing state (spinning) */
|
||||
.compose__action-btn--transcribing {
|
||||
color: var(--color-primary);
|
||||
animation: spin 1s linear infinite;
|
||||
}
|
||||
|
||||
.compose__action-btn--send .compose__icon--stop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user