fix(webui): explain HTTPS requirement for voice input (#5304)

This commit is contained in:
chengyongru
2026-08-09 21:17:57 +08:00
committed by GitHub
parent af52fbcbc4
commit 411d6061ae
14 changed files with 70 additions and 1 deletions
@@ -2383,7 +2383,7 @@ export function ThreadComposer({
<div
role="alert"
className={cn(
"mx-3 mb-1 max-h-10 overflow-hidden rounded-md border border-destructive/40 bg-destructive/8 px-2.5 py-1",
"mx-3 mb-1 max-h-24 overflow-hidden rounded-md border border-destructive/40 bg-destructive/8 px-2.5 py-1",
"text-[11.5px] font-medium text-destructive transition-[max-height,margin,padding,opacity] [transition-duration:220ms] ease-out motion-reduce:transition-none",
voiceErrorFading && "mb-0 max-h-0 border-transparent py-0 opacity-0",
)}