feat: Voice chat in Mission Control with browser mic

This commit is contained in:
root
2026-02-16 12:10:19 +00:00
parent 605248663e
commit 62aa70b606
2 changed files with 209 additions and 1 deletions
@@ -3,7 +3,8 @@
import { useState } from "react";
import { motion } from "framer-motion";
import { useMissionControl } from "@/lib/mission-control/store";
import { Task, TaskStatus } from "@/lib/mission-control/types";
import { TaskStatus } from "@/lib/mission-control/types";
import VoiceChat from "./VoiceChat";
interface ProjectSummary {
id: string;
@@ -273,6 +274,11 @@ export default function MissionControlDashboard() {
)}
</div>
{/* Voice Chat */}
<div className="mt-8">
<VoiceChat />
</div>
{/* Quick Actions */}
<div className="mt-8 flex gap-4">
<button