UI: голосовой ввод/STT, TTS через OpenAI, настройки инструментов + учёт недопроверенных фич

This commit is contained in:
AidarKC
2026-05-13 02:01:51 +03:00
parent ddeaf82bfd
commit 8de4e95c6a
15 changed files with 716 additions and 5 deletions
+22
View File
@@ -3381,6 +3381,28 @@ textarea.input {
.dm-chat-input {
gap: 10px;
grid-template-columns: 1fr auto auto auto;
}
.dm-voice-btn {
min-width: 42px;
padding: 0 10px;
}
.voice-level-wrap {
width: 100%;
height: 8px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.15);
overflow: hidden;
}
.voice-level-fill {
width: 2%;
height: 100%;
border-radius: 999px;
background: rgba(212, 175, 55, 0.95);
transition: width 80ms linear;
}
.dm-screen .input,