fix(voice): throttle repeated pod alerts

This commit is contained in:
Yahya Alhinai
2026-06-28 06:49:04 +00:00
parent c1ac687dcf
commit aaf1dc5ede
6 changed files with 61 additions and 4 deletions
+2 -2
View File
@@ -544,8 +544,8 @@ export function PodView({
</CardHeader>
<CardContent>
<LiveWaveform
processing={!!room}
active={beat.on}
processing={!!room || beat.on}
active={false}
height={32}
barWidth={2}
barGap={3}