feat(mascot): add AI-powered chat insights to sidebar mascot with useMascotSummary hook

This commit is contained in:
MythEclipse
2026-06-03 14:17:21 +07:00
parent bb65178210
commit 9f454b57bb
7 changed files with 221 additions and 907 deletions
+1
View File
@@ -162,6 +162,7 @@ export default function App() {
wsStatus={socket.status}
voiceStatus={voice.voiceStatus}
onTabChange={(tab) => patchUIState({ activeTab: tab })}
recentMessages={messages.messages}
>
{activeTab === "live" ? (
!isAuthenticated ? (