feat: lots of speech stuff

This commit is contained in:
Brooklyn Nicholson
2026-05-01 19:28:02 -05:00
parent 9f3d393a4d
commit d5d7b5c6dc
41 changed files with 1405 additions and 361 deletions
+23
View File
@@ -184,6 +184,29 @@ button {
-webkit-app-region: no-drag;
}
@keyframes voice-wave {
0%,
100% {
opacity: 0.45;
transform: scaleY(0.28);
}
35% {
opacity: 0.95;
transform: scaleY(1);
}
62% {
opacity: 0.7;
transform: scaleY(0.52);
}
}
.voice-wave-bar {
animation: voice-wave 860ms ease-in-out infinite;
transform-origin: center;
}
.composer-liquid-shell-wrap {
pointer-events: none;
border-radius: var(--composer-glass-radius, 20px);