{message}
- {action && ( - - )} -
+ + {chatMessage} +
+diff --git a/services/frontend/src/App.tsx b/services/frontend/src/App.tsx index c7d554e..c1821ba 100644 --- a/services/frontend/src/App.tsx +++ b/services/frontend/src/App.tsx @@ -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 ? ( diff --git a/services/frontend/src/features/auth/index.tsx b/services/frontend/src/features/auth/index.tsx index cfadf5c..a566a31 100644 --- a/services/frontend/src/features/auth/index.tsx +++ b/services/frontend/src/features/auth/index.tsx @@ -10,7 +10,6 @@ import { CardHeader, CardTitle, Input, - MascotImage, } from "../../shared/ui"; interface AuthOverlayProps { @@ -46,11 +45,10 @@ export function AuthOverlay({ onAuthenticated }: AuthOverlayProps) {
{message}
- {action && ( - - )} -
+ + {chatMessage} +
+