diff --git a/services/backend/src/ws/redis-bridge.ts b/services/backend/src/ws/redis-bridge.ts index ce9224da..c985304f 100644 --- a/services/backend/src/ws/redis-bridge.ts +++ b/services/backend/src/ws/redis-bridge.ts @@ -1,5 +1,8 @@ import Redis from "ioredis"; -import { clearAllSpeakers, recordSpeaker } from "../modules/voice/live-speaker.js"; +import { + clearAllSpeakers, + recordSpeaker, +} from "../modules/voice/live-speaker.js"; import { config } from "../shared/config/index.js"; import { DISCORD_CHANNEL_TO_WS_EVENT, diff --git a/services/frontend/src/app/(dashboard)/analysis/view.tsx b/services/frontend/src/app/(dashboard)/analysis/view.tsx index ba47618f..65a8436b 100644 --- a/services/frontend/src/app/(dashboard)/analysis/view.tsx +++ b/services/frontend/src/app/(dashboard)/analysis/view.tsx @@ -86,7 +86,7 @@ export function AnalysisView() { el.style.removeProperty("transform-origin"); }); }; - }, [reactors]); + }, []); // Channel rows stagger slide-in — CSS animation useEffect(() => { @@ -115,7 +115,7 @@ export function AnalysisView() { el.style.removeProperty("animation-timing-function"); }); }; - }, [channels]); + }, []); return (
diff --git a/services/frontend/src/app/(dashboard)/messages/view.tsx b/services/frontend/src/app/(dashboard)/messages/view.tsx index a105e6b4..61b15ae4 100644 --- a/services/frontend/src/app/(dashboard)/messages/view.tsx +++ b/services/frontend/src/app/(dashboard)/messages/view.tsx @@ -410,7 +410,11 @@ export function MessagesView({ FETCHING EARLIER PACKETS... - + + + + + ) : hasMore && loadedPages < MAX_OLDER_PAGES ? (