feat(frontend): добавлены виджеты Текущая частота и Форма волны

This commit is contained in:
2025-12-29 00:46:36 +03:00
parent f8edaa0aaf
commit 799a11b86d
8 changed files with 367 additions and 20 deletions

View File

@@ -167,7 +167,7 @@ export const useLiveStreamStore = create<LiveStreamState>()((set, get) => {
peakWindow.push(sample);
trimPeakWindow(sample.timeMs);
// Throttled UI update (important for Recharts + overall UI smoothness)
// Throttled UI update
scheduleFlush();
},
});